diff options
author | patdenice <patdenice@piwigo.org> | 2011-10-26 15:09:26 +0000 |
---|---|---|
committer | patdenice <patdenice@piwigo.org> | 2011-10-26 15:09:26 +0000 |
commit | 3ea95e0ebcce5ecd80ac4e95879dae72e9360988 (patch) | |
tree | 657f9f96fe2caa7f6cedb11af047aa111858aa15 /admin/themes | |
parent | 458e49b3607dd69fac87772ca106a4c799c2c5ed (diff) |
bug:2484
wrong tooltip on header/footer tooltips in administration
git-svn-id: http://piwigo.org/svn/trunk@12521 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes')
-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 a2b2abfbf..79b9f6947 100644 --- a/admin/themes/default/template/footer.tpl +++ b/admin/themes/default/template/footer.tpl @@ -46,7 +46,7 @@ {combine_script id='jquery.tipTip' load='async' path='themes/default/js/plugins/jquery.tipTip.minified.js'} {footer_script require='jquery.tipTip'} jQuery(document).ready(function() {ldelim} - jQuery('#pwgHead A, #footer A, .themeActions A, .themeActions SPAN, .languageActions A, .languageActions SPAN').tipTip({ldelim} + jQuery('#pwgHead A[title], #footer A[title], .themeActions A, .themeActions SPAN, .languageActions A, .languageActions SPAN').tipTip({ldelim} 'delay' : 0, 'fadeIn' : 200, 'fadeOut' : 200 |