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 2a608f5..5643ce2 100644
--- a/resources/js/gallery.js
+++ b/resources/js/gallery.js
@@ -71,7 +71,7 @@ const onImagesLoaded = (container, event) => {
 
 const gallery = document.getElementById("gallery");
 const imagesLoaded = (remaining, failed, progressBar) => {
-    bricks.pack();
+    bricks.pack(); // packing images
 
     progressBar.value = 100;
     document.getElementById("loading").style.display = "none";