mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-06 17:48:25 +01:00
Increase delay of hide of popup so we have a chance to click on content
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user