Commit d8deef4f authored by Gabriel Monnerat's avatar Gabriel Monnerat

erp5_web_renderjs_ui: Remove unused variables

parent 1669491c
......@@ -160,7 +160,6 @@
}, {mutex: 'changestate'})
.declareJob('deferErrorText', function deferErrorText(error_text) {
var input = this.element.querySelector("input");
return this.changeState({
error_text: error_text
});
......
......@@ -234,7 +234,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>987.16084.46356.54801</string> </value>
<value> <string>987.27464.21813.55483</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -252,7 +252,7 @@
</tuple>
<state>
<tuple>
<float>1602516004.43</float>
<float>1603368485.32</float>
<string>UTC</string>
</tuple>
</state>
......
......@@ -397,7 +397,7 @@
function execDisplayERP5ActionCommand(gadget, previous_options, next_options, keep_history) {
return gadget.jio_getAttachment(next_options.jio_key, 'links')
.push(function (document_view) {
var queue, action, action_data, action_url, i, j, new_options;
var action, action_data, i, j, new_options;
for (i = 0; i < Object.keys(document_view._links).length; i = i + 1) {
action = Object.keys(document_view._links)[i];
if (document_view._links.hasOwnProperty(action)) {
......
......@@ -236,7 +236,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>986.61109.20595.59733</string> </value>
<value> <string>987.27464.21813.55483</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -254,7 +254,7 @@
</tuple>
<state>
<tuple>
<float>1601371634.14</float>
<float>1603368544.65</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