forked from Wavyzz/dolibarr
Debug v18
This commit is contained in:
@@ -93,7 +93,6 @@ if (empty($conf->dol_no_mouse_hover)) {
|
||||
|
||||
target.off("mouseover mouseout");
|
||||
target.on("mouseover", function(event) {
|
||||
console.log(this);
|
||||
console.log("we will create timer for ajax call");
|
||||
var params = JSON.parse($(this).attr("data-params"));
|
||||
params.token = currenttoken;
|
||||
|
||||
Reference in New Issue
Block a user