mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
Fixed: Settings/System tabs will no longer fill up the browser history
This commit is contained in:
@@ -52,7 +52,7 @@ define(
|
||||
},
|
||||
|
||||
_navigate:function(route){
|
||||
Backbone.history.navigate(route);
|
||||
Backbone.history.navigate(route, { trigger: true, replace: true });
|
||||
},
|
||||
|
||||
_showInfo: function (e) {
|
||||
|
||||
Reference in New Issue
Block a user