Skip to content

Commit

Permalink
fix #186 - table and stats table shown when double clicking on table …
Browse files Browse the repository at this point in the history
…mode
  • Loading branch information
pstoellberger committed Aug 14, 2013
1 parent 9d59afa commit e329850
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/saiku/views/QueryToolbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit e329850

Please sign in to comment.