Increase delay of hide of popup so we have a chance to click on content

This commit is contained in:
Laurent Destailleur
2019-10-04 16:53:58 +02:00
parent aa484d484d
commit ef15bbee4a

View File

@@ -50,7 +50,7 @@ if (empty($conf->dol_no_mouse_hover))
{
print 'jQuery(".classfortooltip").tooltip({
show: { collision: "flipfit", effect:\'toggle\', delay:50 },
hide: { delay: 50 },
hide: { delay: 250 },
tooltipClass: "mytooltip",
content: function () {
console.log("Return title for popup");