diff options
author | Victor Shyba <victor.shyba@gmail.com> | 2016-01-29 15:11:45 -0300 |
---|---|---|
committer | Victor Shyba <victor.shyba@gmail.com> | 2016-01-29 15:11:45 -0300 |
commit | 451b2fbf67780c49afc609b584f4de71ce7d913b (patch) | |
tree | 66a7eaea8fd3b3afde5a2f984e86bbc485d8bc90 /web-ui/app | |
parent | 5775ac239f4d9a7556bd1a3fa07c72cef175bb85 (diff) |
Testing Choose another file and dismiss buttons.
Issue #550
Diffstat (limited to 'web-ui/app')
-rw-r--r-- | web-ui/app/js/mail_view/ui/attachment_list.js | 2 |
1 files changed, 1 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 9a5fd3a9..eb515865 100644 --- a/web-ui/app/js/mail_view/ui/attachment_list.js +++ b/web-ui/app/js/mail_view/ui/attachment_list.js @@ -86,7 +86,7 @@ define( var uploadAnotherFile = function (event) { event.preventDefault(); - self.startUpload(); + self.trigger(document, events.mail.startUploadAttachment); }; var ONE_MEGABYTE = 1000000; |