FIX use post instead get

This commit is contained in:
Regis Houssin
2021-01-31 12:51:13 +01:00
parent 74795b87e5
commit 5217a38359

View File

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