Don't store support attachments into the drive

pull/1/head
yflory 4 years ago
parent ff0a570034
commit 76d527d0b2

@ -397,6 +397,7 @@ define([
var fmConfig = {
body: $('body'),
noStore: true, // Don't store attachments into our drive
onUploaded: function (ev, data) {
if (ev.callback) {
ev.callback(data);

Loading…
Cancel
Save