From 2b1f6b271100bb5e4f2f8de53bcc8371b09acda0 Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Wed, 21 Jan 2015 08:19:51 -0800 Subject: [PATCH] Fixed UrlBase for view updates --- src/UI/Mixins/jquery.ajax.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/UI/Mixins/jquery.ajax.js b/src/UI/Mixins/jquery.ajax.js index 16bfea539..01499a6e2 100644 --- a/src/UI/Mixins/jquery.ajax.js +++ b/src/UI/Mixins/jquery.ajax.js @@ -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'; } } }