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";