Add extra toastr notice about longer load times for big folders not recently viewed
This commit is contained in:
parent
aa9bb4ad1a
commit
ae477ab888
|
@ -12,6 +12,7 @@ var lightbox = null;
|
|||
|
||||
function getFolderContents() {
|
||||
$("#list").html("");
|
||||
toastr.info("Loading folder contents. Comics containing a large number of issues, or issues with a large number of pages, that have not been opened recently may take some time to load. Thank you for your patience!", "Loading Contents...", {timeOut: 15000});
|
||||
$.ajax({
|
||||
url : 'ajax/getfoldercontents.php',
|
||||
dataType : 'json',
|
||||
|
|
Loading…
Reference in New Issue
Block a user