summaryrefslogtreecommitdiff
path: root/web-ui/app/js/mail_view/ui/compose_box.js
diff options
context:
space:
mode:
Diffstat (limited to 'web-ui/app/js/mail_view/ui/compose_box.js')
-rw-r--r--web-ui/app/js/mail_view/ui/compose_box.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web-ui/app/js/mail_view/ui/compose_box.js b/web-ui/app/js/mail_view/ui/compose_box.js
index 28f6dc83..92588310 100644
--- a/web-ui/app/js/mail_view/ui/compose_box.js
+++ b/web-ui/app/js/mail_view/ui/compose_box.js
@@ -70,7 +70,7 @@ define(
this.after('initialize', function () {
this.renderComposeBox();
- this.select('subjectBox').focus();
+ this.select('toBox').focus();
this.on(this.select('cancelButton'), 'click', this.showNoMessageSelected);
this.on(document, events.mail.deleted, this.mailDeleted);