Commit cd2918ab authored by Georgios Dagkakis's avatar Georgios Dagkakis

jabber_gadget_page_dialog_js: do not select input or textarea when page refreshes

User may lose test if he/she continues on typing
parent da8640fa
...@@ -76,7 +76,6 @@ ...@@ -76,7 +76,6 @@
ul.setAttribute("data-role", "listview"); ul.setAttribute("data-role", "listview");
gadget.props.jid = options.jid; gadget.props.jid = options.jid;
template_container.children[0].focus(); template_container.children[0].focus();
template_container.children[0].select();
return gadget.updateHeader({ return gadget.updateHeader({
page_title: options.jid page_title: options.jid
}) })
......
...@@ -230,7 +230,7 @@ ...@@ -230,7 +230,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>950.63396.22857.42769</string> </value> <value> <string>951.19073.8210.16640</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -248,7 +248,7 @@ ...@@ -248,7 +248,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1462370315.51</float> <float>1463643257.07</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
......
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