Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/commit/17ac82385a66da69d74a4dbdba5a52eef81501c4?style=split&whitespace=ignore-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

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.

pull/3113/head
Taloth Saldono 11 years ago
parent 18f0e3d536
commit 17ac82385a

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

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

Loading…
Cancel
Save