better text for no artist match found

This commit is contained in:
r888888888
2013-05-07 13:06:06 -07:00
parent 9eb1333cbf
commit 2e370f9907

View File

@@ -120,7 +120,7 @@
tags.push([" " + url.url, 0]);
});
} else if (Danbooru.RelatedTag.recent_artists.length >= 10) {
tags.push([" no artist found", 0]);
tags.push([" none", 0]);
} else {
$.each(Danbooru.RelatedTag.recent_artists, function(i, artist) {
tags.push([artist.name, 1]);