diff --git a/NzbDrone.Web/Views/Shared/_Layout.cshtml b/NzbDrone.Web/Views/Shared/_Layout.cshtml index 7d70f79f4..968757770 100644 --- a/NzbDrone.Web/Views/Shared/_Layout.cshtml +++ b/NzbDrone.Web/Views/Shared/_Layout.cshtml @@ -14,7 +14,7 @@ ViewBag.Title = String.Format("{0} - NzbDrone", ViewBag.Title); } @ViewBag.Title - @if (!EnvironmentProvider.IsProduction || ProfilerHelper.Enabled()) + @if (!Request.Browser.IsMobileDevice && (!EnvironmentProvider.IsProduction || ProfilerHelper.Enabled())) { @MiniProfiler.RenderIncludes() }