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();
}

View File

@@ -26,7 +26,7 @@ div#c-uploads {
margin: 1em 0;
padding: 1em;
border: 1px solid gray;
min-height: 4em;
min-height: 5em;
p {
margin: 0;