Config grid was always hidden.

pull/6/head
Mark McDowall 12 years ago
parent c702944d46
commit 3a992a8d0c

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

Loading…
Cancel
Save