fix references to uploader metatag

This commit is contained in:
albert
2013-02-18 14:53:41 -05:00
parent 85a8132ad8
commit afb5d3138f
4 changed files with 5 additions and 5 deletions

View File

@@ -85,7 +85,7 @@
var $post = $(post);
var tags = String($post.data("tags")).match(/\S+/g) || [];
tags.push("rating:" + $post.data("rating"));
tags.push("uploader:" + $post.data("uploader"));
tags.push("user:" + $post.data("user"));
if (blacklist.require.length > 0 || blacklist.exclude.length > 0) {
if (blacklist.require.length === 0 || Danbooru.is_subset(tags, blacklist.require)) {