solve a bug in TipTip jQuery plugin (maxWidth not overwrited)

git-svn-id: http://piwigo.org/svn/trunk@11209 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
mistic100 2011-06-02 14:57:55 +00:00
commit b7d1fd414b
2 changed files with 2 additions and 2 deletions

View file

@ -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'
});