From 02f8885f05f09dcb57a358fcd3440eaf679c8c02 Mon Sep 17 00:00:00 2001 From: Andinus Date: Sat, 11 Jun 2022 17:21:46 +0530 Subject: Add navigation bar to gallery - Error on no images has been removed because there might be nested directories but 0 images & that is okay. --- resources/js/gallery.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources/js/gallery.js') diff --git a/resources/js/gallery.js b/resources/js/gallery.js index d188e49..44ba1b1 100644 --- a/resources/js/gallery.js +++ b/resources/js/gallery.js @@ -66,7 +66,7 @@ const onImagesLoaded = (container, event) => { let remaining = images.length; if (images.length === 0) { - showLoadingError("No images to display."); + // showLoadingError("No images to display."); event(remaining, failed, progressBar); } -- cgit 1.4.1-2-gfad0