From 5217a38359ebc0498ddfac53f74778b8106823e5 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sun, 31 Jan 2021 12:51:13 +0100 Subject: [PATCH] FIX use post instead get --- htdocs/core/js/lib_head.js.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/js/lib_head.js.php b/htdocs/core/js/lib_head.js.php index 7d2888e870e..151c15f3f48 100644 --- a/htdocs/core/js/lib_head.js.php +++ b/htdocs/core/js/lib_head.js.php @@ -646,7 +646,7 @@ function delConstant(url, code, input, entity, strict, forcereload, userid, toke $.each(data, function(key, value) { $("#del_" + value).hide(); $("#set_" + value).show(); - $.get( $url, { + $.post( $url, { action: "del", name: value, entity: entity,