From: Thierry Parmentelat Date: Mon, 30 Sep 2013 13:50:18 +0000 (+0200) Subject: oops, these were not meant to be commited X-Git-Tag: myslice-0.2-5~70 X-Git-Url: http://git.onelab.eu/?p=unfold.git;a=commitdiff_plain;h=5879aa0b5208e3d0cdc94d5c9a35e91b385a3077 oops, these were not meant to be commited --- diff --git a/plugins/resources_selected/static/js/resources_selected.js b/plugins/resources_selected/static/js/resources_selected.js index b70176ec..b5441741 100644 --- a/plugins/resources_selected/static/js/resources_selected.js +++ b/plugins/resources_selected/static/js/resources_selected.js @@ -49,8 +49,6 @@ }); // XXX This should not be done at init... - console.log("elmt(update) is " + this.elmt('update')); - this.elmt('update').click(this, this.do_update); this.elmt('refresh').click(this, this.do_refresh); this.elmt('reset').click(this, this.do_reset); @@ -65,7 +63,6 @@ do_update: function(e) { - console.log ("in do_update"); var self = e.data; // XXX check that the query is not disabled manifold.raise_event(self.options.query_uuid, RUN_UPDATE);