Commit 10e5dd88 authored by Sven Franck's avatar Sven Franck

debug: last commit

parent 4517e97c
...@@ -4373,7 +4373,7 @@ ...@@ -4373,7 +4373,7 @@
return jIO.util.readBlobAsText(response.data); return jIO.util.readBlobAsText(response.data);
}) })
.then(function (answer) { .then(function (answer) {
alert(answer.target.result) alert(typeof 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