Config grid was always hidden.

This commit is contained in:
Mark McDowall
2012-04-12 15:42:49 -07:00
parent c702944d46
commit 3a992a8d0c

View File

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