1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-20 08:21:46 +02:00

Config grid was always hidden.

This commit is contained in:
Mark McDowall 2012-04-12 15:42:49 -07:00
parent c9fcde3bbb
commit ca9e92ed0a

View File

@ -41,7 +41,7 @@
}
$(document).ready(function() {
$('#historyGrid').removeClass('hidden-grid');
$('#configGrid').removeClass('hidden-grid');
oTable = $('.dataTablesGrid').dataTable({
"bShowAll": true,