1
0
mirror of https://github.com/flarum/core.git synced 2025-08-01 22:20:21 +02:00

Remove core key reorganization comments

This commit is contained in:
Toby Zerner
2015-09-24 14:22:32 +09:30
parent fdb598187f
commit 88372640aa
5 changed files with 0 additions and 6 deletions

View File

@@ -55,7 +55,6 @@ export default {
!app.session.user || discussion.canReply()
? Button.component({
icon: 'reply',
// Core Key Reorganization: Combined two app.trans calls into one using Toby's slightly slicker way.
children: app.trans(app.session.user ? 'core.discussion_controls_reply_button' : 'core.discussion_controls_log_in_to_reply_button'),
onclick: this.replyAction.bind(discussion, true, false)
})