Skip to content

Commit

Permalink
Fix auto height in jQuery's accordion - refs #7613
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelFQC committed Apr 21, 2015
1 parent 01e9946 commit 3e76d5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/exercice/question_list_admin.inc.php
Expand Up @@ -100,7 +100,7 @@

$( "#question_list" ).accordion({
icons: icons,
autoHeight: false,
heightStyle: "content",
active: false, // all items closed by default
collapsible: true,
header: ".header_operations"
Expand Down

0 comments on commit 3e76d5e

Please sign in to comment.