Skip to content

Commit

Permalink
activate tabs correctly. rockstor#697
Browse files Browse the repository at this point in the history
  • Loading branch information
schakrava committed Jul 5, 2015
1 parent 7e63313 commit a61a615
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ RockonsView = RockstorLayoutView.extend({

$('#install-rockon-overlay').overlay({load: false});
this.$("ul.nav.nav-tabs").tabs("div.css-panes > div");
this.$("ul.nav.nav-tabs").data("tabs").click(this.defTab);
this.$('.nav-tabs li:eq(' + this.defTab + ') a').click();

},

Expand Down

0 comments on commit a61a615

Please sign in to comment.