Collapse all indexer settings by default

This commit is contained in:
Mark McDowall
2012-10-07 12:50:16 -07:00
parent 8280561e11
commit 761863527b
4 changed files with 6 additions and 9 deletions

View File

@@ -27,6 +27,9 @@
autoHeight: false,
collapsible: true
});
if ($(this).hasClass('jquery-accordion-collapse-all'))
$(this).accordion("activate", false);
});
$('.jquery-tabs').livequery(function () {