diff options
author | Jefferson Stachelski <jstachel@thoughtworks.com> | 2016-02-04 23:06:16 -0200 |
---|---|---|
committer | Jefferson Stachelski <jstachel@thoughtworks.com> | 2016-02-04 23:54:15 -0200 |
commit | 0e443ce40e684c095285efb774fefe3a824413d7 (patch) | |
tree | d047b2890690f2d59a4c8cdb19e97c02911abf90 /web-ui/app/js/mail_view | |
parent | 1d1132e3779cb3a95b6c5685e358d422074741e5 (diff) |
Issue #549 - Trigger save draft event after remove attachment
Diffstat (limited to 'web-ui/app/js/mail_view')
-rw-r--r-- | web-ui/app/js/mail_view/ui/attachment_list.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/web-ui/app/js/mail_view/ui/attachment_list.js b/web-ui/app/js/mail_view/ui/attachment_list.js index c8a646af..ff7602ec 100644 --- a/web-ui/app/js/mail_view/ui/attachment_list.js +++ b/web-ui/app/js/mail_view/ui/attachment_list.js @@ -198,7 +198,6 @@ define( var success = function() { this.removeAttachmentFromList(data); this.destroyAttachmentElement(data); - console.log('Success'); }; monitoredAjax(this, '/attachment/' + data.ident, { |