diff --git a/NzbDrone.Web/Views/System/Config.cshtml b/NzbDrone.Web/Views/System/Config.cshtml index eee4e8087..f7ad4ab5a 100644 --- a/NzbDrone.Web/Views/System/Config.cshtml +++ b/NzbDrone.Web/Views/System/Config.cshtml @@ -41,7 +41,7 @@ } $(document).ready(function() { - $('#historyGrid').removeClass('hidden-grid'); + $('#configGrid').removeClass('hidden-grid'); oTable = $('.dataTablesGrid').dataTable({ "bShowAll": true,