mirror of
https://github.com/Radarr/Radarr
synced 2024-12-26 17:59:14 +00:00
Config grid was always hidden.
This commit is contained in:
parent
c9fcde3bbb
commit
ca9e92ed0a
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@
|
|||
}
|
||||
|
||||
$(document).ready(function() {
|
||||
$('#historyGrid').removeClass('hidden-grid');
|
||||
$('#configGrid').removeClass('hidden-grid');
|
||||
|
||||
oTable = $('.dataTablesGrid').dataTable({
|
||||
"bShowAll": true,
|
||||
|
|
Loading…
Reference in a new issue