storeEntryProcessAjax eval removed

This commit is contained in:
IsaiDiaz
2025-06-16 15:04:04 -04:00
parent d1ea3db145
commit e27bf30097

View File

@@ -817,7 +817,7 @@ function storeEntryProcessAjax(o, cnn, table, pk, pkt, fld)
"POST",
function (req)
{
var response = eval("(" + req.responseText + ")");
var response = JSON.parse(req.responseText);
switch (response.status) {
case 1: