storeEntryProcessAjax eval removed
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user