From e978cc126148ee3a55c1d95c2b77330990e7f89e Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Fri, 11 Nov 2011 11:24:51 -0800 Subject: [PATCH] Replaced root specific absolute paths with relative paths. --- NzbDrone.Web/Scripts/NzbDrone/Notification.js | 6 +++--- NzbDrone.Web/Views/AddSeries/RootList.cshtml | 2 +- NzbDrone.Web/Views/Settings/Notifications.cshtml | 2 +- NzbDrone.Web/Views/Settings/Quality.cshtml | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/NzbDrone.Web/Scripts/NzbDrone/Notification.js b/NzbDrone.Web/Scripts/NzbDrone/Notification.js index a5189ef59..cb526ea95 100644 --- a/NzbDrone.Web/Scripts/NzbDrone/Notification.js +++ b/NzbDrone.Web/Scripts/NzbDrone/Notification.js @@ -20,7 +20,7 @@ $.gritter.add({ title: data.Title, text: data.Text, - image: '/content/images/success.png', + image: '../../content/images/success.png', class_name: 'gritter-success' }); } @@ -28,7 +28,7 @@ $.gritter.add({ title: data.Title, text: data.Text, - image: '/content/images/error.png', + image: '../../content/images/error.png', class_name: 'gritter-fail' }); } @@ -41,7 +41,7 @@ $.gritter.add({ title: 'Request failed', text: this.url, - image: '/content/images/error.png', + image: '../../content/images/error.png', class_name: 'gritter-fail' }); } diff --git a/NzbDrone.Web/Views/AddSeries/RootList.cshtml b/NzbDrone.Web/Views/AddSeries/RootList.cshtml index 2621ae8f6..1ad8f5e17 100644 --- a/NzbDrone.Web/Views/AddSeries/RootList.cshtml +++ b/NzbDrone.Web/Views/AddSeries/RootList.cshtml @@ -8,7 +8,7 @@ @foreach (var root in Model) {
- delete + delete @root
} diff --git a/NzbDrone.Web/Views/Settings/Notifications.cshtml b/NzbDrone.Web/Views/Settings/Notifications.cshtml index fb4c23585..9df9297cd 100644 --- a/NzbDrone.Web/Views/Settings/Notifications.cshtml +++ b/NzbDrone.Web/Views/Settings/Notifications.cshtml @@ -2,7 +2,7 @@ @model NzbDrone.Web.Models.NotificationSettingsModel @section HeaderContent{ - +