diff options
author | Pixelated <pixelated@pix-poa-1> | 2015-12-23 14:45:52 -0200 |
---|---|---|
committer | Pixelated <pixelated@pix-poa-1> | 2015-12-23 14:45:52 -0200 |
commit | e0e1ee29e1bede2dbee6108c1a923663eecac9fd (patch) | |
tree | 76ed57bb9bd4f59d5398fc8fe7fbc741f7692624 /web-ui/app/js/page | |
parent | af90d1679a02ad58175b8070cbdfb46666a1dcfc (diff) |
enable/disable send button when attachment is uploading
Issue #548
Diffstat (limited to 'web-ui/app/js/page')
-rw-r--r-- | web-ui/app/js/page/events.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/web-ui/app/js/page/events.js b/web-ui/app/js/page/events.js index 4d817b91..85c190bb 100644 --- a/web-ui/app/js/page/events.js +++ b/web-ui/app/js/page/events.js @@ -143,7 +143,8 @@ define(function () { update: 'mail:tags:update', updated: 'mail:tags:updated' }, - uploadedAttachment: 'mail:uploaded:attachment' + uploadedAttachment: 'mail:uploaded:attachment', + uploadingAttachment: 'mail:uploading:attachment' }, mails: { available: 'mails:available', |