Commit b5326167 authored by Romain Courteaud's avatar Romain Courteaud

[erp5_web_renderjs_ui] JSlinting

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