Commit d6ff187c authored by Sven Franck's avatar Sven Franck

debug: blob

parent 5dcb0571
...@@ -4369,6 +4369,7 @@ ...@@ -4369,6 +4369,7 @@
"_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) {
......
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