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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user