aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpatdenice <patdenice@piwigo.org>2011-10-26 15:10:43 +0000
committerpatdenice <patdenice@piwigo.org>2011-10-26 15:10:43 +0000
commita60d358af034f0d9c003b952cc6a4328eaff8b91 (patch)
tree41f27f13af28e59466177cefa92765eb284f5595
parent4e366549814f567ab07b292c54c8508ebe1f3ca8 (diff)
merge r12521 from trunk to branch 2.3
bug:2484 wrong tooltip on header/footer tooltips in administration git-svn-id: http://piwigo.org/svn/branches/2.3@12522 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 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