mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-07 18:18:18 +01:00
FIX wrong var name
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user