show reltags when searching for artist onyl

This commit is contained in:
r888888888
2018-06-23 17:27:40 -07:00
parent 5aae4b649f
commit 6b0be1e092

View File

@@ -303,6 +303,9 @@
Danbooru.RelatedTag.process_artist = function(data) {
Danbooru.RelatedTag.recent_artists = data;
if (data.length) {
$("#related-tags-container").show();
}
Danbooru.RelatedTag.build_all();
}