Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcmrd Senya <senya@riseup.net>2018-03-09 17:35:21 +0300
committerBenjamin Neff <benjamin@coding4coffee.ch>2018-03-10 02:01:13 +0300
commit0ae19071ad351889256de18384832fce32b75483 (patch)
tree427f0965188531ae8d67ca83983749b45656ddb0
parent3643612b1cbe4a08044e424cac3f775a23bdb774 (diff)
Set video click handler at app.views.ExpandedComment
fixes #7736 closes #7737
-rw-r--r--app/assets/javascripts/app/views/comment_view.js1
1 files changed, 1 insertions, 0 deletions
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