Commit 4517e97c authored by Sven Franck's avatar Sven Franck

debug: buffer

parent fa9715c8
...@@ -4373,6 +4373,7 @@ ...@@ -4373,6 +4373,7 @@
return jIO.util.readBlobAsText(response.data); return jIO.util.readBlobAsText(response.data);
}) })
.then(function (answer) { .then(function (answer) {
alert(answer.target.result)
reply = util.parse(answer.target.result); reply = util.parse(answer.target.result);
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