merge branch changeable-votes
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
this.initialize_response_link();
|
||||
this.initialize_reply_links();
|
||||
this.initialize_expand_links();
|
||||
this.initialize_vote_links();
|
||||
|
||||
if (!$("#a-edit").length) {
|
||||
this.initialize_edit_links();
|
||||
@@ -98,6 +99,10 @@
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Danbooru.Comment.initialize_vote_links = function() {
|
||||
$(".unvote-comment-link").hide();
|
||||
}
|
||||
})();
|
||||
|
||||
$(document).ready(function() {
|
||||
|
||||
@@ -222,6 +222,8 @@
|
||||
|
||||
e.preventDefault();
|
||||
});
|
||||
|
||||
$(".unvote-post-link").hide();
|
||||
}
|
||||
|
||||
Danbooru.Post.initialize_post_relationship_previews = function() {
|
||||
|
||||
Reference in New Issue
Block a user