Add extra toastr notice about longer load times for big folders not recently viewed

This commit is contained in:
Junior 2024-05-29 13:19:20 -04:00
parent aa9bb4ad1a
commit ae477ab888

View File

@ -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',