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() {
|
function getFolderContents() {
|
||||||
$("#list").html("");
|
$("#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({
|
$.ajax({
|
||||||
url : 'ajax/getfoldercontents.php',
|
url : 'ajax/getfoldercontents.php',
|
||||||
dataType : 'json',
|
dataType : 'json',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user