1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-18 21:35:51 -04:00

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
+1 -1
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) {