From af68f101152928295156cbfe497271b914f45952 Mon Sep 17 00:00:00 2001 From: "Daniel B." Date: Tue, 11 Mar 2014 09:23:13 +0100 Subject: [PATCH] Fix #2641 Disabling the pasteZone support (which only works in Chrome or Opera anyway) fixes the problem of unwanted PNG attachment when you paste the recipient list from Excel --- UI/WebServerResources/UIxMailEditor.js | 1 + 1 file changed, 1 insertion(+) diff --git a/UI/WebServerResources/UIxMailEditor.js b/UI/WebServerResources/UIxMailEditor.js index d8b7f13d1..b442b50e1 100644 --- a/UI/WebServerResources/UIxMailEditor.js +++ b/UI/WebServerResources/UIxMailEditor.js @@ -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];