forked from Wavyzz/dolibarr
fix ajax tooltip sometimes stay open
This commit is contained in:
@@ -89,6 +89,7 @@ if (empty($conf->dol_no_mouse_hover)) {
|
|||||||
$.ajax({
|
$.ajax({
|
||||||
url:"' . dol_buildpath('/core/ajax/ajaxtooltip.php', 1) . '",
|
url:"' . dol_buildpath('/core/ajax/ajaxtooltip.php', 1) . '",
|
||||||
type: "post",
|
type: "post",
|
||||||
|
async: false,
|
||||||
data: JSON.parse(params),
|
data: JSON.parse(params),
|
||||||
success: function(response){
|
success: function(response){
|
||||||
// Setting content option
|
// Setting content option
|
||||||
|
|||||||
Reference in New Issue
Block a user