Commit c9d80334 authored by Romain Courteaud's avatar Romain Courteaud

Merge branch 'lucas_dropbox' into 'master'

added blob datatype in dropboxstorage getAttachment's ajax request,

to not receive corrupted files

See merge request !1
parents 9d15334f 63bfe088
......@@ -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