try to fix buggy admin menu since jquery update

git-svn-id: http://piwigo.org/svn/trunk@20156 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
mistic100 2013-01-14 20:44:02 +00:00
commit d0c95da2cb
3 changed files with 4 additions and 2 deletions

View file

@ -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}
});
});