Fix #3821: Blacklist and mod queue.
This commit is contained in:
@@ -130,7 +130,7 @@ Blacklist.apply = function() {
|
||||
}
|
||||
|
||||
Blacklist.posts = function() {
|
||||
return $(".post-preview, #image-container, #c-comments .post");
|
||||
return $(".post-preview, #image-container, #c-comments .post, .mod-queue-preview.post-preview");
|
||||
}
|
||||
|
||||
Blacklist.post_match = function(post, entry) {
|
||||
|
||||
Reference in New Issue
Block a user