From ef15bbee4ab74b68c79a5d6976cae7b9f929c24b Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 4 Oct 2019 16:53:58 +0200 Subject: [PATCH] Increase delay of hide of popup so we have a chance to click on content --- htdocs/core/js/lib_foot.js.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/js/lib_foot.js.php b/htdocs/core/js/lib_foot.js.php index b0cd8f33258..a5bc992a1ca 100644 --- a/htdocs/core/js/lib_foot.js.php +++ b/htdocs/core/js/lib_foot.js.php @@ -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");