fixes #1453
This commit is contained in:
@@ -97,12 +97,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
Danbooru.Blacklist.posts = function() {
|
Danbooru.Blacklist.posts = function() {
|
||||||
var previews = $(".post-preview");
|
return $(".post-preview, #image-container")
|
||||||
if (previews.length) {
|
|
||||||
return previews;
|
|
||||||
} else {
|
|
||||||
return $("#image-container");
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Danbooru.Blacklist.post_match = function(post, entry) {
|
Danbooru.Blacklist.post_match = function(post, entry) {
|
||||||
|
|||||||
Reference in New Issue
Block a user