1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-11 12:02:35 +02:00

Fixed UrlBase for view updates

This commit is contained in:
Mark McDowall 2015-01-21 08:19:51 -08:00
parent 2306815992
commit 2b1f6b2711

View File

@ -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';
}
}
}