posts/show: fix flickering post unvote link.

This commit is contained in:
evazion
2018-08-14 16:00:33 -05:00
parent 7174c24ac8
commit 766d68c4ee
2 changed files with 1 additions and 3 deletions

View File

@@ -274,8 +274,6 @@ Post.initialize_links = function() {
e.preventDefault();
});
$(".unvote-post-link").hide();
}
Post.initialize_post_relationship_previews = function() {