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();