Fixed: Settings/System tabs will no longer fill up the browser history

This commit is contained in:
Mark McDowall
2013-12-27 14:22:57 -08:00
parent 92f9093138
commit d494023504
3 changed files with 6 additions and 6 deletions

View File

@@ -52,7 +52,7 @@ define(
},
_navigate:function(route){
Backbone.history.navigate(route);
Backbone.history.navigate(route, { trigger: true, replace: true });
},
_showInfo: function (e) {