diff --git a/app/assets/javascripts/app/views/comment_view.js b/app/assets/javascripts/app/views/comment_view.js index 788344478..a75150290 100644 --- a/app/assets/javascripts/app/views/comment_view.js +++ b/app/assets/javascripts/app/views/comment_view.js @@ -40,6 +40,7 @@ app.views.Comment = app.views.Content.extend({ app.views.ExpandedComment = app.views.Comment.extend({ postRenderTemplate : function(){ + this.bindMediaEmbedThumbClickEvent(); } }); // @license-end