Fixed UrlBase for view updates

pull/4/head
Mark McDowall 10 years ago
parent 2306815992
commit 2b1f6b2711

@ -51,9 +51,7 @@ define(
viewChanges: { viewChanges: {
label: 'View Changes', label: 'View Changes',
action: function() { action: function() {
//TODO: UrlBase window.location = window.NzbDrone.UrlBase + '/system/updates';
window.location = window.NzbDrone.UrlBase + 'system/updates';
//Backbone.history.navigate('/system/updates', { trigger: true });
} }
} }
} }

Loading…
Cancel
Save