2
0
forked from Wavyzz/dolibarr

Debug v18

This commit is contained in:
Laurent Destailleur
2023-04-10 01:39:47 +02:00
parent 91c8ca1e38
commit aea1f60c67
10 changed files with 16 additions and 10 deletions

View File

@@ -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;