forked from Wavyzz/dolibarr
fix ajax tooltip lib_foot.js.php (#32044)
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
This commit is contained in:
@@ -110,9 +110,11 @@ if (empty($conf->dol_no_mouse_hover)) {
|
|||||||
success: function(response){
|
success: function(response){
|
||||||
// Setting content option
|
// Setting content option
|
||||||
console.log("ajax success");
|
console.log("ajax success");
|
||||||
|
if (elemfortooltip.is(":hover")) {
|
||||||
elemfortooltip.tooltip("option","content",response);
|
elemfortooltip.tooltip("option","content",response);
|
||||||
elemfortooltip.tooltip("open");
|
elemfortooltip.tooltip("open");
|
||||||
}
|
}
|
||||||
|
}
|
||||||
});
|
});
|
||||||
}, opendelay));
|
}, opendelay));
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user