Don't store support attachments into the drive
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…
Reference in New Issue