X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=plugins%2Fqueryupdater%2Fstatic%2Fjs%2Fqueryupdater.js;h=abcd2d7fc833256e2a6a81099011e5110937400c;hb=ffc68fa6f93c8acfeb7b4a84a8dbf0ff69af9409;hp=e87b54fa8c7436b359f841fa8f1da747ab52b401;hpb=8fee4a801b9b11f3f40aad82c41e2c2cdcf48080;p=unfold.git diff --git a/plugins/queryupdater/static/js/queryupdater.js b/plugins/queryupdater/static/js/queryupdater.js index e87b54fa..abcd2d7f 100644 --- a/plugins/queryupdater/static/js/queryupdater.js +++ b/plugins/queryupdater/static/js/queryupdater.js @@ -316,7 +316,7 @@ on_field_state_changed: function(result) { - console.log(result) + messages.debug(result) /* this.set_state(result.request, result.key, result.value, result.status); */ this.set_state(result); }, @@ -350,7 +350,7 @@ update_resources: function(resources, change) { - console.log("update_resources"); + messages.debug("update_resources"); var my_oTable = this.table.dataTable(); var prev_resources = this.current_resources;