aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/default/template/admin.tpl
diff options
context:
space:
mode:
authormistic100 <mistic@piwigo.org>2013-01-14 20:44:02 +0000
committermistic100 <mistic@piwigo.org>2013-01-14 20:44:02 +0000
commitd0c95da2cb84927dd3116483476ffeec182472e2 (patch)
tree659249afb486d8873abcd7c62611a430d481552a /admin/themes/default/template/admin.tpl
parentc3357f202eca15d8e1962d592300a9ca9e96180e (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 '')
-rw-r--r--admin/themes/default/template/admin.tpl2
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}
});
});