diff --git a/NzbDrone.Services/NzbDrone.Services.Service/Helpers/HtmlIncludeExtentions.cs b/NzbDrone.Services/NzbDrone.Services.Service/Helpers/HtmlIncludeExtentions.cs index 94848660b3..79284ee1b0 100644 --- a/NzbDrone.Services/NzbDrone.Services.Service/Helpers/HtmlIncludeExtentions.cs +++ b/NzbDrone.Services/NzbDrone.Services.Service/Helpers/HtmlIncludeExtentions.cs @@ -14,7 +14,7 @@ public static class HtmlIncludeExtentions static HtmlIncludeExtentions() { versionString = new EnviromentProvider().Version.ToString().Replace('.', '_'); - isProduction = EnviromentProvider.IsProduction; + isProduction = true; } public static MvcHtmlString IncludeScript(this HtmlHelper helper, string filename) diff --git a/NzbDrone.Services/NzbDrone.Services.Service/Views/Shared/_Layout.cshtml b/NzbDrone.Services/NzbDrone.Services.Service/Views/Shared/_Layout.cshtml index 95f98137f7..cde3606a9c 100644 --- a/NzbDrone.Services/NzbDrone.Services.Service/Views/Shared/_Layout.cshtml +++ b/NzbDrone.Services/NzbDrone.Services.Service/Views/Shared/_Layout.cshtml @@ -14,10 +14,6 @@ ViewBag.Title = String.Format("{0} - NzbDrone", ViewBag.Title); }