summaryrefslogtreecommitdiff
path: root/web-ui/app/js/mail_view/ui/mail_view.js
diff options
context:
space:
mode:
Diffstat (limited to 'web-ui/app/js/mail_view/ui/mail_view.js')
-rw-r--r--web-ui/app/js/mail_view/ui/mail_view.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web-ui/app/js/mail_view/ui/mail_view.js b/web-ui/app/js/mail_view/ui/mail_view.js
index e4e2174a..4faba468 100644
--- a/web-ui/app/js/mail_view/ui/mail_view.js
+++ b/web-ui/app/js/mail_view/ui/mail_view.js
@@ -84,7 +84,7 @@ define(
this.attachTagCompletion(this.attr.mail);
this.select('tags').on('click', function (event) {
- this.removeTag($(event.target).data('tag'));
+ this.removeTag($(event.target).text());
}.bind(this));
this.addTagLoseFocus();