aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authormistic100 <mistic@piwigo.org>2011-06-02 14:57:55 +0000
committermistic100 <mistic@piwigo.org>2011-06-02 14:57:55 +0000
commitb7d1fd414b40c009c7c33ea992fff8494e13a3d8 (patch)
treedf9d414531354d44bc2a3aca362c855d716aa57f /admin
parent685565018a73dc73d8b8082b2f7670139da18ce5 (diff)
solve a bug in TipTip jQuery plugin (maxWidth not overwrited)
git-svn-id: http://piwigo.org/svn/trunk@11209 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin')
-rw-r--r--admin/themes/default/template/plugins_installed.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/themes/default/template/plugins_installed.tpl b/admin/themes/default/template/plugins_installed.tpl
index 5741365d5..036a568ef 100644
--- a/admin/themes/default/template/plugins_installed.tpl
+++ b/admin/themes/default/template/plugins_installed.tpl
@@ -78,7 +78,7 @@ jQuery(document).ready(function() {
'delay' : 0,
'fadeIn' : 200,
'fadeOut' : 200,
- 'maxWidth':'300px', /* not effective, TipTip bug */
+ 'maxWidth':'300px',
'keepAlive':true,
'activation':'click'
});