mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-12-16 11:37:58 +02:00
Fixed UrlBase for view updates
This commit is contained in:
parent
2306815992
commit
2b1f6b2711
@ -51,9 +51,7 @@ define(
|
||||
viewChanges: {
|
||||
label: 'View Changes',
|
||||
action: function() {
|
||||
//TODO: UrlBase
|
||||
window.location = window.NzbDrone.UrlBase + 'system/updates';
|
||||
//Backbone.history.navigate('/system/updates', { trigger: true });
|
||||
window.location = window.NzbDrone.UrlBase + '/system/updates';
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user