From: Thierry Parmentelat Date: Mon, 8 Apr 2013 10:01:44 +0000 (+0200) Subject: minor X-Git-Tag: myslice-django-0.1-3~9 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=c42af28284b40ded7bda2dff31e16070fcdddb42;hp=dc587c5a4074ceff87ef9d3b21d23d082071f2f1;p=myslice.git minor --- diff --git a/plugins/hazelnut/hazelnut.js b/plugins/hazelnut/hazelnut.js index ca5134a1..31927b32 100644 --- a/plugins/hazelnut/hazelnut.js +++ b/plugins/hazelnut/hazelnut.js @@ -100,8 +100,6 @@ function Hazelnut(options) { /* member variables */ this.options = options; - /* constructor */ - this.table = null; // xxx thierry : initialize this here - it was not, I expect this relied on set_query somehow.. //this.current_query = null; this.current_query=manifold.find_query(this.options.query_uuid); @@ -130,6 +128,7 @@ this.table = $('#hazelnut-' + options.plugin_uuid).dataTable(actual_options); /* Setup the SelectAll button in the dataTable header */ + /* xxx not sure this is still working */ var oSelectAll = $('#datatableSelectAll-'+ options.plugin_uuid); oSelectAll.html("Select All"); oSelectAll.button();