Fix #3821: Blacklist and mod queue.

This commit is contained in:
evazion
2018-08-22 18:14:13 -05:00
parent 083c537abf
commit 8890baaf42
3 changed files with 5 additions and 1 deletions

View File

@@ -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) {