From 3d9d88e1a1c2c4e82fee7cd1f3a58ff32fd22978 Mon Sep 17 00:00:00 2001 From: Felix Hammerl Date: Mon, 21 Mar 2016 17:39:29 +0100 Subject: Issue #649: Fix highlighting --- web-ui/app/js/mail_list/ui/mail_list.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'web-ui/app/js/mail_list') diff --git a/web-ui/app/js/mail_list/ui/mail_list.js b/web-ui/app/js/mail_list/ui/mail_list.js index 0f6c4fb5..af4821a8 100644 --- a/web-ui/app/js/mail_list/ui/mail_list.js +++ b/web-ui/app/js/mail_list/ui/mail_list.js @@ -81,8 +81,7 @@ define( this.renderMails = function (mails) { _.each(mails, this.appendMail, this); this.trigger(document, events.search.highlightResults, {where: '#mail-list'}); - this.trigger(document, events.search.highlightResults, {where: '.subjectArea'}); - this.trigger(document, events.search.highlightResults, {where: '.msg-header .recipients'}); + this.trigger(document, events.search.highlightResults, {where: '.mail-read-view__header'}); }; this.triggerScrollReset = function () { -- cgit v1.2.3