Update mod queue post previews for consistency with rest of site

Fixes display of borders on the previews and such. Also fix the yellow
duplicate background not always working because Post#has_dup_tag? didn't
return a boolean.
This commit is contained in:
Toks
2014-10-14 13:14:36 -04:00
parent bff823e113
commit 1919bbf07e
4 changed files with 25 additions and 25 deletions

View File

@@ -24,7 +24,7 @@
}
Danbooru.ModQueue.initialize_hilights = function() {
$.each($("article.post"), function(i, v) {
$.each($("div.post"), function(i, v) {
var $post = $(v);
var score = parseInt($post.data("score"));
if (score >= 3) {