From c42af28284b40ded7bda2dff31e16070fcdddb42 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Mon, 8 Apr 2013 12:01:44 +0200 Subject: [PATCH 1/1] minor --- plugins/hazelnut/hazelnut.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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(); -- 2.43.0