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:
@@ -184,7 +184,7 @@ define(
|
||||
},
|
||||
|
||||
_navigate:function(route){
|
||||
Backbone.history.navigate(route, {trigger:true});
|
||||
Backbone.history.navigate(route, { trigger: true, replace: true });
|
||||
},
|
||||
|
||||
_save: function () {
|
||||
|
||||
Reference in New Issue
Block a user