mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-08 18:48:22 +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({
|
print 'jQuery(".classfortooltip").tooltip({
|
||||||
show: { collision: "flipfit", effect:\'toggle\', delay:50 },
|
show: { collision: "flipfit", effect:\'toggle\', delay:50 },
|
||||||
hide: { delay: 50 },
|
hide: { delay: 250 },
|
||||||
tooltipClass: "mytooltip",
|
tooltipClass: "mytooltip",
|
||||||
content: function () {
|
content: function () {
|
||||||
console.log("Return title for popup");
|
console.log("Return title for popup");
|
||||||
|
|||||||
Reference in New Issue
Block a user