Commit 63bfe088 authored by lucas.parsy's avatar lucas.parsy

added blob datatype in dropboxstorage getAttachment's ajax request,

to not receive corrupted files
parent 9d15334f
......@@ -213,6 +213,7 @@
.push(function () {
return jIO.util.ajax({
type: "GET",
dataType: "blob",
url: get_template.expand({
root: that._root,
id: id,
......
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