Commit 9dda59b5 authored by Sven Franck's avatar Sven Franck

debug: un-alert

parent 10e5dd88
...@@ -4369,11 +4369,9 @@ ...@@ -4369,11 +4369,9 @@
"_attachment": obj.attachment "_attachment": obj.attachment
}) })
.then(function (response) { .then(function (response) {
alert(response.data)
return jIO.util.readBlobAsText(response.data); return jIO.util.readBlobAsText(response.data);
}) })
.then(function (answer) { .then(function (answer) {
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