FIX use post instead get
This commit is contained in:
parent
74795b87e5
commit
5217a38359
@ -646,7 +646,7 @@ function delConstant(url, code, input, entity, strict, forcereload, userid, toke
|
|||||||
$.each(data, function(key, value) {
|
$.each(data, function(key, value) {
|
||||||
$("#del_" + value).hide();
|
$("#del_" + value).hide();
|
||||||
$("#set_" + value).show();
|
$("#set_" + value).show();
|
||||||
$.get( $url, {
|
$.post( $url, {
|
||||||
action: "del",
|
action: "del",
|
||||||
name: value,
|
name: value,
|
||||||
entity: entity,
|
entity: entity,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user