mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 10:47:08 -07:00
Collapse all indexer settings by default
This commit is contained in:
parent
8280561e11
commit
761863527b
4 changed files with 6 additions and 9 deletions
|
@ -27,6 +27,9 @@
|
|||
autoHeight: false,
|
||||
collapsible: true
|
||||
});
|
||||
|
||||
if ($(this).hasClass('jquery-accordion-collapse-all'))
|
||||
$(this).accordion("activate", false);
|
||||
});
|
||||
|
||||
$('.jquery-tabs').livequery(function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue