Unverified Commit 0ae19071 authored by cmrd Senya's avatar cmrd Senya Committed by Benjamin Neff
Browse files

Set video click handler at app.views.ExpandedComment

fixes #7736

closes #7737
parent 3643612b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -40,6 +40,7 @@ app.views.Comment = app.views.Content.extend({

app.views.ExpandedComment = app.views.Comment.extend({
  postRenderTemplate : function(){
    this.bindMediaEmbedThumbClickEvent();
  }
});
// @license-end