summaryrefslogtreecommitdiff
path: root/web-ui/app/js/mail_view/ui/draft_box.js
diff options
context:
space:
mode:
authorNavaL <mnandri@thoughtworks.com>2016-01-11 18:37:03 +0100
committerNavaL <mnandri@thoughtworks.com>2016-01-11 18:37:03 +0100
commitc28bdb520cc4ea1249d5a2953d9f78d40dd10806 (patch)
treedcf9fd931785d27c966b6cecbcc389c8abbb0d9b /web-ui/app/js/mail_view/ui/draft_box.js
parent0c6c8bed304884ab5f3ade69fb0d68d2cbe043e6 (diff)
auto save draft on adding attachment, within timeout
Issue #573
Diffstat (limited to 'web-ui/app/js/mail_view/ui/draft_box.js')
-rw-r--r--web-ui/app/js/mail_view/ui/draft_box.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web-ui/app/js/mail_view/ui/draft_box.js b/web-ui/app/js/mail_view/ui/draft_box.js
index 6a640d88..88051f30 100644
--- a/web-ui/app/js/mail_view/ui/draft_box.js
+++ b/web-ui/app/js/mail_view/ui/draft_box.js
@@ -87,7 +87,7 @@ define(
this.on(this, events.mail.here, this.renderDraftBox);
this.on(document, events.mail.sent, this.showNoMessageSelected);
this.on(document, events.mail.deleted, this.mailDeleted);
- this.trigger(document, events.mail.want, { mail: this.attr.mailIdent , caller: this });
+ this.trigger(document, events.mail.want, { mail: this.attr.mailIdent, caller: this });
});
}
}