Skip to content
Snippets Groups Projects
Commit 6fba4efa authored by llaffont's avatar llaffont
Browse files

Composant admin pour édition articles / groupes / ... hauteur automatique

parent 161dde2e
Branches
Tags
No related merge requests found
......@@ -5,7 +5,7 @@ $(document).ready(function(){
$('input.treeViewSearch').keyup(treeViewObserveSearch);
$('div.treeViewSearchStatus a').click(treeViewObserveSearchStatus);
$('div.treeViewSearchStatus a:first').click();
$('.tree').accordion({'autoHeight':false});
$('.tree').accordion({'heightStyle':"content"});
treeViewUpdateItemCount();
treeViewOpenSelected();
});
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment