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:
parent
685565018a
commit
b7d1fd414b
2 changed files with 2 additions and 2 deletions
|
|
@ -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'
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue