This commit is contained in:
Toks
2013-04-27 11:23:32 -04:00
parent 4001689e28
commit f28dd50838

View File

@@ -97,12 +97,7 @@
}
Danbooru.Blacklist.posts = function() {
var previews = $(".post-preview");
if (previews.length) {
return previews;
} else {
return $("#image-container");
}
return $(".post-preview, #image-container")
}
Danbooru.Blacklist.post_match = function(post, entry) {