Commit 2639f24e authored by Gabriel Monnerat's avatar Gabriel Monnerat

erp5_web_renderjs_ui: clean up

parent d99a5da8
/*global document, window, Option, rJS, RSVP, console, Array, SimpleQuery, Query,
ComplexQuery, loopEventListener, domsugar */
/*global window, rJS, RSVP, Array, SimpleQuery, Query, ComplexQuery, domsugar */
/*jslint nomen: true, indent: 2, maxerr: 3 */
(function (window, rJS, RSVP, Array, SimpleQuery, Query, ComplexQuery,
loopEventListener, domsugar) {
domsugar) {
"use strict";
var color_list = ["#CCA08D", "#58ADC4", "#F9B39B", "#B75937",
......@@ -250,7 +249,6 @@
function avoidFunction(el) {
return el && !el.match(/^\D+\(\w+\)$/);
}
console.log(select_list);
if (gadget.state.query &&
"object" === typeof gadget.state.query &&
gadget.state.query.select_list.filter(avoidFunction).length <= 1) {
......@@ -373,5 +371,4 @@
});
});
}(window, rJS, RSVP, Array, SimpleQuery, Query, ComplexQuery,
rJS.loopEventListener, domsugar));
\ No newline at end of file
}(window, rJS, RSVP, Array, SimpleQuery, Query, ComplexQuery, domsugar));
\ No newline at end of file
......@@ -246,7 +246,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>994.23952.37905.59409</string> </value>
<value> <string>994.24186.33564.18483</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -264,7 +264,7 @@
</tuple>
<state>
<tuple>
<float>1629994709.89</float>
<float>1630008647.86</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