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

fixup

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