summaryrefslogtreecommitdiff
path: root/web-ui/app/js/mail_view/ui/reply_section.js
diff options
context:
space:
mode:
authorBruno Wagner <bwagner@riseup.net>2016-01-05 10:54:37 -0200
committerBruno Wagner <bwagner@riseup.net>2016-01-05 10:54:37 -0200
commit29bfdd509d88aef16873207683302bec22bfe5a9 (patch)
tree1783d6970c0d5e4bb5af2495afbc8f28d6ad5583 /web-ui/app/js/mail_view/ui/reply_section.js
parentc3340fc2529f3627264b616ea45fac3c9681b001 (diff)
Revert "Issue #25 - Implemented shortcuts on UI"
This reverts commit aa66beb0c74ebaa950a083ed991f6e5f50f9c9ac. This commit broke the functional tests, so we are reverting it for now, while we fix it
Diffstat (limited to 'web-ui/app/js/mail_view/ui/reply_section.js')
-rw-r--r--web-ui/app/js/mail_view/ui/reply_section.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/web-ui/app/js/mail_view/ui/reply_section.js b/web-ui/app/js/mail_view/ui/reply_section.js
index 71e27b1e..46dfe863 100644
--- a/web-ui/app/js/mail_view/ui/reply_section.js
+++ b/web-ui/app/js/mail_view/ui/reply_section.js
@@ -112,10 +112,6 @@ define(
this.on(document, events.mail.draftReply.notFound, this.showButtons);
this.on(document, events.mail.draftReply.here, this.showDraftReply);
- this.on(document, events.shortcuts.replyMail, this.showReply);
- this.on(document, events.shortcuts.replyAllMail, this.showReplyAll);
- this.on(document, events.shortcuts.forwardMail, this.showForward);
-
this.checkForDraftReply();
});
}