summary refs log tree commit diff stats
path: root/resources/js/gallery.js
diff options
context:
space:
mode:
Diffstat (limited to 'resources/js/gallery.js')
-rw-r--r--resources/js/gallery.js2
1 files changed, 1 insertions, 1 deletions
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);
     }