Commit 93eab644 authored by Sven Franck's avatar Sven Franck

debug: JSON.parse...

parent bdb62944
...@@ -4373,7 +4373,7 @@ ...@@ -4373,7 +4373,7 @@
}) })
.then(function (answer) { .then(function (answer) {
alert(answer) alert(answer)
reply = JSON.parse(answer.target.result); reply = util.parse(answer.target.result);
alert(reply) alert(reply)
if (obj.pass) { if (obj.pass) {
return { return {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment