From: Thierry Parmentelat Date: Mon, 30 Sep 2013 14:26:35 +0000 (+0200) Subject: cosmetic X-Git-Tag: myslice-0.2-5~68 X-Git-Url: http://git.onelab.eu/?p=unfold.git;a=commitdiff_plain;h=77b2405d408ac7bcd80e3d618bbc44ef13fef069 cosmetic --- diff --git a/plugins/hazelnut/static/js/hazelnut.js b/plugins/hazelnut/static/js/hazelnut.js index 316c3f8f..12ee398d 100644 --- a/plugins/hazelnut/static/js/hazelnut.js +++ b/plugins/hazelnut/static/js/hazelnut.js @@ -192,7 +192,7 @@ // XXX remove the empty checked attribute line.push(this.checkbox(this.key, record[this.key])); - // XXX Is adding an array of lines more efficient ? +// adding an array in one call is *much* more efficient // this.table.fnAddData(line); this.buffered_lines.push(line) diff --git a/plugins/resources_selected/static/js/resources_selected.js b/plugins/resources_selected/static/js/resources_selected.js index b5441741..0c6b27b9 100644 --- a/plugins/resources_selected/static/js/resources_selected.js +++ b/plugins/resources_selected/static/js/resources_selected.js @@ -70,17 +70,17 @@ do_refresh: function(e) { - throw 'Not implemented'; + throw 'resource_selected.do_refresh Not implemented'; }, do_reset: function(e) { - throw 'Not implemented'; + throw 'resources_selected.do_reset Not implemented'; }, do_clear_annotations: function(e) { - throw 'Not implemented'; + throw 'resources_selected.do_clear_annotations Not implemented'; }, /************************** GUI MANIPULATION **************************/