aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGotcha <gotcha@piwigo.org>2011-02-22 13:09:46 +0000
committerGotcha <gotcha@piwigo.org>2011-02-22 13:09:46 +0000
commit78f7e1f96cab7eaaf141ca4e3a2cd1cd7b68b8b0 (patch)
treedeb86c364652e84fdd02034d30063ec6ae58b0d3
parent2d345474afc9d8db14bcf92e1bd3175220bc8417 (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
-rw-r--r--admin/themes/default/template/footer.tpl2
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}