Add warning when Pixiv post is a gallery of multiple images

This commit is contained in:
Toks
2014-06-13 16:33:38 -04:00
parent cb1f00b448
commit 3230ab8781
7 changed files with 28 additions and 4 deletions

View File

@@ -85,6 +85,12 @@
$("#source-record").html(new_artist_link);
if (data.page_count > 1) {
$("#gallery-warning").show();
} else {
$("#gallery-warning").hide();
}
$("#source-info span#loading-data").hide();
$("#source-info ul").show();
}