Commit 8d22e5e8 authored by Romain Courteaud's avatar Romain Courteaud Committed by Sebastien Robin

Allow to generate correct URL from listbox.

parent afe68fa2
...@@ -306,6 +306,10 @@ ...@@ -306,6 +306,10 @@
}\n }\n
queue = renderJioDocument(gadget, options);\n queue = renderJioDocument(gadget, options);\n
}\n }\n
gadget.state_parameter_dict = {\n
jio_key: options.jio_key,\n
view: options.view\n
};\n
\n \n
return queue\n return queue\n
.push(function (all_response) {\n .push(function (all_response) {\n
......
13 14
\ No newline at end of file \ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment