add message if ccs is not available
This commit is contained in:
@@ -174,6 +174,8 @@
|
||||
if (Danbooru.RelatedTag.recent_ccs.length) {
|
||||
Danbooru.RelatedTag.build_ccs($dest);
|
||||
}
|
||||
}).fail(function() {
|
||||
Danbooru.notice("Character classification service is not currently available");
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user