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:
Louis
2020-11-05 11:43:43 +01:00
parent b982c260fa
commit 8cbbdc4c74
2 changed files with 1 additions and 9 deletions
@@ -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,