summaryrefslogtreecommitdiff
path: root/web-ui/app/js/tags
diff options
context:
space:
mode:
authorAlexandre Pretto Nunes <anunes@thoughtworks.com>2014-12-19 15:34:38 -0200
committerAlexandre Pretto Nunes <anunes@thoughtworks.com>2014-12-19 15:34:53 -0200
commit7f6613813a4238382fe177dad81287b026598545 (patch)
tree61f45bd3151a3d69a171ed804623c0c1f62411d7 /web-ui/app/js/tags
parent4cfb69848e0a65c6282bfdcbc76dd5008ed9adba (diff)
Don't clear selected mail when opening a tag
Diffstat (limited to 'web-ui/app/js/tags')
-rw-r--r--web-ui/app/js/tags/ui/tag.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/web-ui/app/js/tags/ui/tag.js b/web-ui/app/js/tags/ui/tag.js
index 2cf45764..a77155a7 100644
--- a/web-ui/app/js/tags/ui/tag.js
+++ b/web-ui/app/js/tags/ui/tag.js
@@ -80,7 +80,6 @@ define(
this.doSelect = function (data) {
this.attr.selected = true;
this.$node.addClass('selected');
- this.trigger(document, events.ui.mails.cleanSelected);
this.trigger(document, events.ui.tag.selected, data);
};