modqueue: highlight uploads containing "bad" tags.

This commit is contained in:
evazion
2017-02-27 18:18:01 -06:00
parent 6de3e8ae4c
commit 2bb134f08d
6 changed files with 22 additions and 14 deletions

View File

@@ -48,9 +48,6 @@
if ($post.data("has-children")) {
$post.addClass("post-has-children");
}
if ($post.data("has-dup")) {
$post.addClass("post-has-dup");
}
});
}