Disable user:<name> blacklists (temp fix for #3596).
This commit is contained in:
@@ -147,7 +147,7 @@
|
|||||||
var tags = String($post.attr("data-tags")).match(/\S+/g) || [];
|
var tags = String($post.attr("data-tags")).match(/\S+/g) || [];
|
||||||
tags = tags.concat(String($post.attr("data-pools")).match(/\S+/g) || []);
|
tags = tags.concat(String($post.attr("data-pools")).match(/\S+/g) || []);
|
||||||
tags.push("rating:" + $post.data("rating"));
|
tags.push("rating:" + $post.data("rating"));
|
||||||
tags.push("user:" + $post.attr("data-uploader").toLowerCase());
|
// tags.push("user:" + $post.attr("data-uploader").toLowerCase());
|
||||||
$.each(String($post.data("flags")).match(/\S+/g) || [], function(i, v) {
|
$.each(String($post.data("flags")).match(/\S+/g) || [], function(i, v) {
|
||||||
tags.push("status:" + v);
|
tags.push("status:" + v);
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user