possible fix for #1163
This commit is contained in:
@@ -121,6 +121,9 @@
|
|||||||
tags.push([" none", 0]);
|
tags.push([" none", 0]);
|
||||||
} else if (Danbooru.RelatedTag.recent_artists.length === 1) {
|
} else if (Danbooru.RelatedTag.recent_artists.length === 1) {
|
||||||
tags.push([Danbooru.RelatedTag.recent_artists[0].name, 1]);
|
tags.push([Danbooru.RelatedTag.recent_artists[0].name, 1]);
|
||||||
|
if (Danbooru.RelatedTag.recent_artists[0].is_banned === true) {
|
||||||
|
tags.push(["BANNED_ARTIST", "banned"]);
|
||||||
|
}
|
||||||
$.each(Danbooru.RelatedTag.recent_artists[0].urls, function(i, url) {
|
$.each(Danbooru.RelatedTag.recent_artists[0].urls, function(i, url) {
|
||||||
tags.push([" " + url.url, 0]);
|
tags.push([" " + url.url, 0]);
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -87,6 +87,11 @@ a.blacklisted-active {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.category-banned a, a.tag-type-banned {
|
||||||
|
color: black;
|
||||||
|
background-color: red;
|
||||||
|
}
|
||||||
|
|
||||||
.post-count {
|
.post-count {
|
||||||
color: #CCC;
|
color: #CCC;
|
||||||
margin-left: 0.2em;
|
margin-left: 0.2em;
|
||||||
|
|||||||
Reference in New Issue
Block a user