mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-28 01:56:01 -05:00
FIX: Reply button broke
This commit is contained in:
parent
d40ec22bef
commit
c90b609aa5
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ Discourse.ReplyButton = Discourse.ButtonView.extend({
|
||||||
},
|
},
|
||||||
|
|
||||||
click: function() {
|
click: function() {
|
||||||
this.get('controller').reply();
|
this.get('controller').send('replyToPost');
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue