Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop

This commit is contained in:
Laurent Destailleur
2024-01-23 22:17:46 +01:00
28 changed files with 91 additions and 84 deletions

View File

@@ -119,7 +119,7 @@ if (empty($conf->dol_no_mouse_hover)) {
}, opendelay));
});
target.on("mouseout", function(event) {
console.log("mouse out");
console.log("mouse out of a .classforajaxtooltip");
event.stopImmediatePropagation();
clearTimeout(elemtostoretooltiptimer.data("openTimeoutId"));
target.tooltip("close");