forked from Wavyzz/dolibarr
clean code
This commit is contained in:
@@ -95,13 +95,8 @@ if (empty($conf->dol_no_mouse_hover)) {
|
|||||||
elem.tooltip("option","content",response);
|
elem.tooltip("option","content",response);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
console.log(event);
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
jQuery(".classforajaxtooltip").mouseout(function(){
|
|
||||||
console.log("hide ajax tooltip");
|
|
||||||
$(this).tooltip("close");
|
|
||||||
});
|
|
||||||
';
|
';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user