summaryrefslogtreecommitdiff
path: root/web-ui/app/js/page
diff options
context:
space:
mode:
authorLisa Junger <ljunger@thoughtworks.com>2014-12-08 16:23:25 +0100
committerLisa Junger <ljunger@thoughtworks.com>2014-12-09 15:47:55 +0100
commitbe5540272d6e39c49fbcad87945211462dcc780d (patch)
treee22bc1daa5dceeb5f16b32fe7c5d788a49242f3d /web-ui/app/js/page
parent695b5a035be7c5ceeba289f1613b5e0e5b6d2aba (diff)
issue #172 adopted behavior of send button to monitored ajax calls.
Diffstat (limited to 'web-ui/app/js/page')
-rw-r--r--web-ui/app/js/page/events.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/web-ui/app/js/page/events.js b/web-ui/app/js/page/events.js
index 76a6b7fa..ff9ed10a 100644
--- a/web-ui/app/js/page/events.js
+++ b/web-ui/app/js/page/events.js
@@ -101,6 +101,7 @@ define(function () {
here: 'mail:here',
want: 'mail:want',
send: 'mail:send',
+ send_failed: 'mail:send_failed',
sent: 'mail:sent',
read: 'mail:read',
unread: 'mail:unread',