From 3a992a8d0cd678da0f6afdd4b57c3b349fb0fa8f Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Thu, 12 Apr 2012 15:42:49 -0700 Subject: [PATCH] Config grid was always hidden. --- NzbDrone.Web/Views/System/Config.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,