storeEntryProcessAjax eval removed
This commit is contained in:
@@ -817,7 +817,7 @@ function storeEntryProcessAjax(o, cnn, table, pk, pkt, fld)
|
|||||||
"POST",
|
"POST",
|
||||||
function (req)
|
function (req)
|
||||||
{
|
{
|
||||||
var response = eval("(" + req.responseText + ")");
|
var response = JSON.parse(req.responseText);
|
||||||
|
|
||||||
switch (response.status) {
|
switch (response.status) {
|
||||||
case 1:
|
case 1:
|
||||||
|
|||||||
Reference in New Issue
Block a user