diff options
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 4ed25185..4d817b91 100644 --- a/web-ui/app/js/page/events.js +++ b/web-ui/app/js/page/events.js @@ -142,7 +142,8 @@ define(function () { tags: { update: 'mail:tags:update', updated: 'mail:tags:updated' - } + }, + uploadedAttachment: 'mail:uploaded:attachment' }, mails: { available: 'mails:available', |