Commit 578980be authored by Vincent Bechu's avatar Vincent Bechu

fixup

parent 7805962e
...@@ -584,9 +584,7 @@ ...@@ -584,9 +584,7 @@
var promise_list = [ var promise_list = [
route(gadget, 'editor_panel', 'close') route(gadget, 'editor_panel', 'close')
]; ];
if (gadget.props.desktop && !gadget.props.hide_panel) { if (!gadget.props.desktop || gadget.props.hide_panel) {
promise_list.push(route(gadget, 'panel', 'open'));
} else {
promise_list.push(route(gadget, 'panel', 'close')); promise_list.push(route(gadget, 'panel', 'close'));
} }
if (keep_message !== true) { if (keep_message !== true) {
......
...@@ -230,7 +230,7 @@ ...@@ -230,7 +230,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>963.63896.43591.9710</string> </value> <value> <string>963.63902.56370.23159</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>1512654651.55</float> <float>1512656191.34</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