From 35915f9ad2248e1d01d90ef79cab02e3143e1f52 Mon Sep 17 00:00:00 2001 From: Toks Date: Sat, 20 Apr 2013 10:52:57 -0400 Subject: [PATCH] fixes #1380 --- app/views/comments/index_for_post.js.erb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/views/comments/index_for_post.js.erb b/app/views/comments/index_for_post.js.erb index e671acbb8..9f81f3121 100644 --- a/app/views/comments/index_for_post.js.erb +++ b/app/views/comments/index_for_post.js.erb @@ -8,3 +8,5 @@ $("div.comments-for-post[data-post-id=<%= @post.id %>] div.list-of-comments").ht <% else %> Danbooru.Comment.hide_threshold_comments(<%= @post.id %>); <% end %> + +Danbooru.Comment.initialize_reply_links();