Set video click handler at app.views.ExpandedComment
fixes #7736 closes #7737
This commit is contained in:
parent
3643612b1c
commit
0ae19071ad
1 changed files with 1 additions and 0 deletions
|
|
@ -40,6 +40,7 @@ app.views.Comment = app.views.Content.extend({
|
|||
|
||||
app.views.ExpandedComment = app.views.Comment.extend({
|
||||
postRenderTemplate : function(){
|
||||
this.bindMediaEmbedThumbClickEvent();
|
||||
}
|
||||
});
|
||||
// @license-end
|
||||
|
|
|
|||
Loading…
Reference in a new issue