Remove references to Keeper/TopTagger

This commit is contained in:
BrokenEagle
2019-04-01 13:16:12 -07:00
parent c051103d35
commit 94340ccaf3
2 changed files with 0 additions and 10 deletions

View File

@@ -156,7 +156,6 @@ Blacklist.post_match = function(post, entry) {
tags.push("user:" + $post.attr("data-uploader").toLowerCase());
}
tags.push("uploaderid:" + $post.attr("data-uploader-id"));
tags.push("toptaggerid:" + $post.attr("data-top-tagger"));
$.each(String($post.data("flags")).match(/\S+/g) || [], function(i, v) {
tags.push("status:" + v);
});