Set video click handler at app.views.ExpandedComment

fixes #7736

closes #7737
This commit is contained in:
cmrd Senya 2018-03-09 16:35:21 +02:00 committed by Benjamin Neff
parent 3643612b1c
commit 0ae19071ad
No known key found for this signature in database
GPG key ID: 971464C3F1A90194

View file

@ -40,6 +40,7 @@ app.views.Comment = app.views.Content.extend({
app.views.ExpandedComment = app.views.Comment.extend({
postRenderTemplate : function(){
this.bindMediaEmbedThumbClickEvent();
}
});
// @license-end