From 0ae19071ad351889256de18384832fce32b75483 Mon Sep 17 00:00:00 2001 From: cmrd Senya Date: Fri, 9 Mar 2018 16:35:21 +0200 Subject: [PATCH] Set video click handler at app.views.ExpandedComment fixes #7736 closes #7737 --- app/assets/javascripts/app/views/comment_view.js | 1 + 1 file changed, 1 insertion(+) 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