mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-21 09:03:38 +02:00
fixes #1251 empty tooltip removed
removed empty tooltip when hovering dropdown and remove text decoration underlien when hovering dropdown too
This commit is contained in:
@@ -124,14 +124,6 @@ jQuery(document).ready(function() {
|
||||
}
|
||||
});
|
||||
});
|
||||
jQuery('.showInfo').tipTip({
|
||||
'delay' : 0,
|
||||
'fadeIn' : 200,
|
||||
'fadeOut' : 200,
|
||||
'maxWidth':'300px',
|
||||
'keepAlive':true,
|
||||
'activation':'click'
|
||||
});
|
||||
jQuery('.fullInfo').tipTip({
|
||||
'delay' : 500,
|
||||
'fadeIn' : 200,
|
||||
|
||||
Reference in New Issue
Block a user