diff options
author | mistic100 <mistic@piwigo.org> | 2011-11-12 15:21:23 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2011-11-12 15:21:23 +0000 |
commit | f59e5bf46ab8de2e54538bd43e85b33b68cc7a18 (patch) | |
tree | 23811c59f09e497822a80efd6f9a36aa999323e1 /admin/themes/default/template/footer.tpl | |
parent | 0fbc085f52bb2921f2272b1d5f20372d55ffde48 (diff) |
bug:2501 Tooltip mistranslated in the themes manager
git-svn-id: http://piwigo.org/svn/trunk@12613 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-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 79b9f6947..2704ef5c1 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[title], #footer A[title], .themeActions A, .themeActions SPAN, .languageActions A, .languageActions SPAN').tipTip({ldelim} + jQuery('#pwgHead A[title], #footer A[title], .themeActions .tiptip, .languageActions .tiptip').tipTip({ldelim} 'delay' : 0, 'fadeIn' : 200, 'fadeOut' : 200 |