From e713820dc119ff33fdd3b3161ad693fb430c32f4 Mon Sep 17 00:00:00 2001 From: Felix Hammerl Date: Mon, 8 Feb 2016 17:54:53 +0100 Subject: Revert "Issue #549 - Trigger save draft event after remove attachment" This reverts commit 0e443ce40e684c095285efb774fefe3a824413d7. --- web-ui/app/js/mixins/with_mail_edit_base.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web-ui/app/js/mixins/with_mail_edit_base.js') diff --git a/web-ui/app/js/mixins/with_mail_edit_base.js b/web-ui/app/js/mixins/with_mail_edit_base.js index 41de162c..d7da4680 100644 --- a/web-ui/app/js/mixins/with_mail_edit_base.js +++ b/web-ui/app/js/mixins/with_mail_edit_base.js @@ -108,7 +108,6 @@ define( this.select('bodyBox').on('input', this.monitorInput.bind(this)); this.select('subjectBox').on('input', this.monitorInput.bind(this)); this.on(document, events.mail.appendAttachment, this.monitorInput.bind(this)); - this.on(document, events.mail.removeAttachment, this.monitorInput.bind(this)); DraftSaveStatus.attachTo(this.select('draftSaveStatus')); }; @@ -261,3 +260,4 @@ define( return withMailEditBase; }); + -- cgit v1.2.3