diff options
author | Gotcha <gotcha@piwigo.org> | 2011-02-22 13:09:46 +0000 |
---|---|---|
committer | Gotcha <gotcha@piwigo.org> | 2011-02-22 13:09:46 +0000 |
commit | 78f7e1f96cab7eaaf141ca4e3a2cd1cd7b68b8b0 (patch) | |
tree | deb86c364652e84fdd02034d30063ec6ae58b0d3 /admin/themes/default/template/footer.tpl | |
parent | 2d345474afc9d8db14bcf92e1bd3175220bc8417 (diff) |
Bug with IE7 (and other ?) with Accordion for the admin menubar
bug:2196
git-svn-id: http://piwigo.org/svn/trunk@9349 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/default/template/footer.tpl')
-rw-r--r-- | admin/themes/default/template/footer.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/themes/default/template/footer.tpl b/admin/themes/default/template/footer.tpl index ac608bef9..a2b2abfbf 100644 --- a/admin/themes/default/template/footer.tpl +++ b/admin/themes/default/template/footer.tpl @@ -49,7 +49,7 @@ jQuery(document).ready(function() {ldelim} jQuery('#pwgHead A, #footer A, .themeActions A, .themeActions SPAN, .languageActions A, .languageActions SPAN').tipTip({ldelim} 'delay' : 0, 'fadeIn' : 200, - 'fadeOut' : 200, + 'fadeOut' : 200 }); }); {/footer_script} |