diff options
author | mistic100 <mistic@piwigo.org> | 2013-01-14 20:44:02 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2013-01-14 20:44:02 +0000 |
commit | d0c95da2cb84927dd3116483476ffeec182472e2 (patch) | |
tree | 659249afb486d8873abcd7c62611a430d481552a /admin/themes/default | |
parent | c3357f202eca15d8e1962d592300a9ca9e96180e (diff) |
try to fix buggy admin menu since jquery update
git-svn-id: http://piwigo.org/svn/trunk@20156 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/default')
-rw-r--r-- | admin/themes/default/template/admin.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/themes/default/template/admin.tpl b/admin/themes/default/template/admin.tpl index cbf1bf206..9e929d449 100644 --- a/admin/themes/default/template/admin.tpl +++ b/admin/themes/default/template/admin.tpl @@ -4,7 +4,7 @@ jQuery(document).ready(function(){ldelim} jQuery('#menubar').accordion({ldelim} header: "dt.rdion", event: "click", - autoHeight: false, + heightStyle: "content", active: {$ACTIVE_MENU} }); }); |