summaryrefslogtreecommitdiff
path: root/web-ui/app/js/mail_view/ui/mail_view.js
diff options
context:
space:
mode:
authorGiovane <giovaneliberato@gmail.com>2016-03-02 17:32:08 -0300
committerGiovane <giovaneliberato@gmail.com>2016-03-02 17:32:08 -0300
commit59532a50c8b0233b2a596b996cbe799b745c4fac (patch)
tree01cca3755f488e7fbc8afc902e86238691cf38f4 /web-ui/app/js/mail_view/ui/mail_view.js
parent055e7f0f12f585f138063a562d4db5b02e6d6078 (diff)
Hides reply box container until mail data is loaded #662 with @jeffhsta
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.js1
1 files changed, 1 insertions, 0 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 8465b45a..dfc57585 100644
--- a/web-ui/app/js/mail_view/ui/mail_view.js
+++ b/web-ui/app/js/mail_view/ui/mail_view.js
@@ -76,6 +76,7 @@ define(
this.trigger(document, events.search.highlightResults, {where: '.bodyArea'});
this.trigger(document, events.search.highlightResults, {where: '.subjectArea'});
this.trigger(document, events.search.highlightResults, {where: '.msg-header .recipients'});
+ this.trigger(document, events.ui.replyBox.showReplyContainer);
this.attachTagCompletion(this.attr.mail);