fixes #2486: Blacklist indication/display across the site
This commit is contained in:
@@ -130,7 +130,7 @@
|
||||
}
|
||||
|
||||
Danbooru.Blacklist.posts = function() {
|
||||
return $(".post-preview, #image-container");
|
||||
return $(".post-preview, #image-container, #c-comments .post");
|
||||
}
|
||||
|
||||
Danbooru.Blacklist.post_match = function(post, entry) {
|
||||
|
||||
Reference in New Issue
Block a user