diff --git a/NzbDrone.Web/Content/Settings.css b/NzbDrone.Web/Content/Settings.css index fc6b64591..29aa05e28 100644 --- a/NzbDrone.Web/Content/Settings.css +++ b/NzbDrone.Web/Content/Settings.css @@ -4,6 +4,11 @@ margin: 0; padding: 0; } + +.jquery-tabs { + display: none; +} + .spacer { clear: both; diff --git a/NzbDrone.Web/Scripts/NzbDrone/AutoBind.js b/NzbDrone.Web/Scripts/NzbDrone/AutoBind.js index 1e8026218..702fa43b2 100644 --- a/NzbDrone.Web/Scripts/NzbDrone/AutoBind.js +++ b/NzbDrone.Web/Scripts/NzbDrone/AutoBind.js @@ -30,6 +30,8 @@ }); $('.jquery-tabs').livequery(function () { + $(this).show(); + $(this).tabs({ fx: { opacity: 'toggle' }, select: function (event, ui) { diff --git a/NzbDrone.Web/Views/Settings/Index.cshtml b/NzbDrone.Web/Views/Settings/Index.cshtml index 407a2d48a..540aabe97 100644 --- a/NzbDrone.Web/Views/Settings/Index.cshtml +++ b/NzbDrone.Web/Views/Settings/Index.cshtml @@ -10,7 +10,7 @@
+ +
@{ Html.RenderAction("Naming", "Settings"); }
@section Scripts{