diff options
author | mistic100 <mistic@piwigo.org> | 2011-06-02 14:57:55 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2011-06-02 14:57:55 +0000 |
commit | b7d1fd414b40c009c7c33ea992fff8494e13a3d8 (patch) | |
tree | df9d414531354d44bc2a3aca362c855d716aa57f /admin/themes/default | |
parent | 685565018a73dc73d8b8082b2f7670139da18ce5 (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 '')
-rw-r--r-- | admin/themes/default/template/plugins_installed.tpl | 2 |
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' }); |