Commit 6b35fde2 authored by Gabriel Monnerat's avatar Gabriel Monnerat Committed by Romain Courteaud

erp5_web_renderjs_ui: Remove unused variables

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