Commit b5326167 authored by Romain Courteaud's avatar Romain Courteaud

[erp5_web_renderjs_ui] JSlinting

parent 54244846
...@@ -674,7 +674,7 @@ ...@@ -674,7 +674,7 @@
if (keyvalue.length === 2) { if (keyvalue.length === 2) {
key = decodeURIComponent(keyvalue[0]); key = decodeURIComponent(keyvalue[0]);
tmp = decodeURIComponent(keyvalue[1]); tmp = decodeURIComponent(keyvalue[1]);
if ((tmp) && (endsWith(key, ":json"))) { if (tmp && (endsWith(key, ":json"))) {
tmp = JSON.parse(tmp); tmp = JSON.parse(tmp);
} }
args[key] = tmp; args[key] = tmp;
......
...@@ -232,7 +232,7 @@ ...@@ -232,7 +232,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>952.5855.32841.20582</string> </value> <value> <string>952.5856.46002.21623</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -250,7 +250,7 @@ ...@@ -250,7 +250,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1466782122.1</float> <float>1466782315.13</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