From e3298502fe5d750d8150adc098c86d9cb4cb746f Mon Sep 17 00:00:00 2001 From: pstoellberger Date: Wed, 14 Aug 2013 20:16:33 +0200 Subject: [PATCH] fix #186 - table and stats table shown when double clicking on table mode --- js/saiku/views/QueryToolbar.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/saiku/views/QueryToolbar.js b/js/saiku/views/QueryToolbar.js index 224c82d76..ffd15a86f 100644 --- a/js/saiku/views/QueryToolbar.js +++ b/js/saiku/views/QueryToolbar.js @@ -115,6 +115,7 @@ var QueryToolbar = Backbone.View.extend({ $(this.el).find('ul.chart').hide(); $(this.el).find('ul.table').show(); $(this.el).find('ul.table .stats').removeClass('on'); + $(this.workspace.el).find('.workspace_results').children().hide(); $(this.workspace.el).find('.workspace_results table').show(); $(this.workspace.chart.el).hide().children().hide(); this.render_mode = "table";