mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 18:30:26 -06:00
FIX: Reply button broke
This commit is contained in:
parent
d40ec22bef
commit
c90b609aa5
@ -23,7 +23,7 @@ Discourse.ReplyButton = Discourse.ButtonView.extend({
|
||||
},
|
||||
|
||||
click: function() {
|
||||
this.get('controller').reply();
|
||||
this.get('controller').send('replyToPost');
|
||||
}
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user