diff --git a/src/view.multiview.js b/src/view.multiview.js index 17e0ae12..d5f9d315 100644 --- a/src/view.multiview.js +++ b/src/view.multiview.js @@ -301,8 +301,8 @@ my.MultiView = Backbone.View.extend({ }, updateNav: function(pageName) { - this.$el.find('.navigation a').removeClass('active'); - var $el = this.$el.find('.navigation a[data-view="' + pageName + '"]'); + this.$el.find('.navigation button').removeClass('active'); + var $el = this.$el.find('.navigation button[data-view="' + pageName + '"]'); $el.addClass('active'); // add/remove sidebars and hide inactive views