mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-27 15:59:29 +00:00
Merge pull request #25 from dani/master
Disable file paste support in mail editor Fixes #2641
This commit is contained in:
@@ -417,6 +417,7 @@ function configureAttachments() {
|
||||
// With singleFileUploads option enabled, the 'add' and 'done' (or 'fail') callbacks
|
||||
// are called once for each file in the selection for XHR file uploads
|
||||
singleFileUploads: true,
|
||||
pasteZone: null,
|
||||
dataType: 'json',
|
||||
add: function (e, data) {
|
||||
var file = data.files[0];
|
||||
|
||||
Reference in New Issue
Block a user