From 5afc5536242d982f7a506b3aed6f0f807c9dce45 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Thu, 23 Mar 2023 13:03:55 +0100 Subject: [PATCH] FIX wrong var name --- htdocs/core/js/lib_foot.js.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/js/lib_foot.js.php b/htdocs/core/js/lib_foot.js.php index 26a0e7756a9..297a33b93f5 100644 --- a/htdocs/core/js/lib_foot.js.php +++ b/htdocs/core/js/lib_foot.js.php @@ -86,7 +86,7 @@ if (empty($conf->dol_no_mouse_hover)) { open: function (event, ui) { var elem = $(this); var params = JSON.parse($(this).attr("data-params")); - objparams.token = "'.currentToken().'"; + params.token = "'.currentToken().'"; $.ajax({ url:"' . dol_buildpath('/core/ajax/ajaxtooltip.php', 1) . '", type: "post",