fixes #1263 for comments

This commit is contained in:
Toks
2013-06-29 14:50:22 -04:00
parent 9bffc081e4
commit badc3122f0
7 changed files with 60 additions and 17 deletions

View File

@@ -6,6 +6,7 @@
this.initialize_response_link();
this.initialize_reply_links();
this.initialize_expand_links();
this.initialize_vote_links();
}
if ($("#c-posts").length && $("#a-show").length) {
@@ -84,6 +85,10 @@
}
})
}
Danbooru.Comment.initialize_vote_links = function() {
$(".unvote-comment-link").hide();
}
})();
$(document).ready(function() {