summaryrefslogtreecommitdiff
path: root/web-ui/app/js/tags/data/tags.js
diff options
context:
space:
mode:
Diffstat (limited to 'web-ui/app/js/tags/data/tags.js')
-rw-r--r--web-ui/app/js/tags/data/tags.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/web-ui/app/js/tags/data/tags.js b/web-ui/app/js/tags/data/tags.js
index 401b41f7..348c1832 100644
--- a/web-ui/app/js/tags/data/tags.js
+++ b/web-ui/app/js/tags/data/tags.js
@@ -57,6 +57,7 @@ define(['flight/lib/component', 'page/events', 'helpers/monitored_ajax', 'mixins
this.after('initialize', function () {
this.on(document, events.tags.want, this.fetchTags);
+ this.on(document, events.mail.sent, this.fetchTags);
});
}