From 3ea95e0ebcce5ecd80ac4e95879dae72e9360988 Mon Sep 17 00:00:00 2001 From: patdenice Date: Wed, 26 Oct 2011 15:09:26 +0000 Subject: bug:2484 wrong tooltip on header/footer tooltips in administration git-svn-id: http://piwigo.org/svn/trunk@12521 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/themes/default/template/footer.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3