From 35aab77c5c1f562b6e8233ddcc9d18aff0218f7d Mon Sep 17 00:00:00 2001 From: Kevin Xiwei Zheng Date: Mon, 1 Jul 2013 21:28:58 -0400 Subject: [PATCH] Fix superfluous "unvote" links (#1819) --- 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 c7643f94a..183fd1bb9 100644 --- a/app/views/comments/index_for_post.js.erb +++ b/app/views/comments/index_for_post.js.erb @@ -11,3 +11,4 @@ $("div.comments-for-post[data-post-id=<%= @post.id %>] div.list-of-comments").ht Danbooru.Comment.initialize_reply_links(); Danbooru.Comment.initialize_edit_links(); +Danbooru.Comment.initialize_vote_links();