X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=plugins%2Fhazelnut%2Fhazelnut.js;h=31927b32eb985b8dba922fe14f8b545064e0e031;hb=c42af28284b40ded7bda2dff31e16070fcdddb42;hp=ca5134a1c5342a943f228adcfe532452d3242cf8;hpb=dc587c5a4074ceff87ef9d3b21d23d082071f2f1;p=myslice.git 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();