diff --git a/js/comics.js b/js/comics.js index 0a642ee..7b5662d 100644 --- a/js/comics.js +++ b/js/comics.js @@ -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',