Commit 04eeddef authored by Romain Courteaud's avatar Romain Courteaud

[erp5_web_renderjs_ui] Multicheckbox: do not manually create the gadget DOM element

parent c147f55c
......@@ -25,7 +25,7 @@
return gadget.declareGadget('gadget_html5_input.html', {
scope: item[1],
element: document.createElement('span')
element: 'span'
})
.push(function (result) {
input_gadget = result;
......
......@@ -230,7 +230,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>965.13193.22070.47923</string> </value>
<value> <string>971.50596.31143.27050</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -248,7 +248,7 @@
</tuple>
<state>
<tuple>
<float>1536328261.87</float>
<float>1542818919.2</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