forked from Wavyzz/dolibarr
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0
This commit is contained in:
@@ -112,8 +112,10 @@ if (empty($conf->dol_no_mouse_hover)) {
|
||||
success: function(response){
|
||||
// Setting content option
|
||||
console.log("ajax success");
|
||||
elemfortooltip.tooltip("option","content",response);
|
||||
elemfortooltip.tooltip("open");
|
||||
if (elemfortooltip.is(":hover")) {
|
||||
elemfortooltip.tooltip("option","content",response);
|
||||
elemfortooltip.tooltip("open");
|
||||
}
|
||||
}
|
||||
});
|
||||
}, opendelay));
|
||||
|
||||
Reference in New Issue
Block a user