|
@@ -249,7 +249,7 @@ begin
|
|
if Options.log then
|
|
if Options.log then
|
|
console.warn('Status received');
|
|
console.warn('Status received');
|
|
try
|
|
try
|
|
- Data:=TJSJSON.parse(FLastReq.responseText);
|
|
|
|
|
|
+ Data:=TJSJSON.parseObject(FLastReq.responseText);
|
|
HandleMessage(Data);
|
|
HandleMessage(Data);
|
|
except
|
|
except
|
|
console.error('Error parsing JSON status text: '+FLastReq.responseText);
|
|
console.error('Error parsing JSON status text: '+FLastReq.responseText);
|