mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-14 20:55:37 -04:00
Fixed: Switching tabs in Activity and Wanted no longer add to navigation history, just like Settings, preventing a redirect loop when using the browser back navigation.
This commit is contained in:
@@ -73,7 +73,7 @@ define(
|
||||
}
|
||||
},
|
||||
|
||||
_navigate:function(route){
|
||||
_navigate: function (route){
|
||||
Backbone.history.navigate(route, { trigger: true, replace: true });
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user