From 0ad06e03dda5a1040b0c3b08b50b055bdb2ce5a5 Mon Sep 17 00:00:00 2001 From: Toks Date: Tue, 18 Jun 2013 20:50:45 -0400 Subject: [PATCH] fix "Show all comments" opening editing forms --- app/views/comments/index_for_post.js.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/comments/index_for_post.js.erb b/app/views/comments/index_for_post.js.erb index 9f81f3121..c7643f94a 100644 --- a/app/views/comments/index_for_post.js.erb +++ b/app/views/comments/index_for_post.js.erb @@ -10,3 +10,4 @@ $("div.comments-for-post[data-post-id=<%= @post.id %>] div.list-of-comments").ht <% end %> Danbooru.Comment.initialize_reply_links(); +Danbooru.Comment.initialize_edit_links();