From 45cc7c98f1e045343f23d74323f10f1479c536d7 Mon Sep 17 00:00:00 2001 From: Florian Greistorfer Date: Mon, 9 Feb 2026 09:11:58 +0100 Subject: [PATCH] showLoader some more --- templates/functionality.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/functionality.js b/templates/functionality.js index 223f317..5fc90fa 100644 --- a/templates/functionality.js +++ b/templates/functionality.js @@ -176,6 +176,7 @@ class PhotoGallery { } filter() { + this.showLoader(); const searchParams = new URLSearchParams(window.location.search); this.shown = []; let path = decodeURIComponent(window.location.origin + window.location.pathname.replace("index.html", "")); @@ -283,6 +284,7 @@ class PhotoGallery { }; updateImageList() { + this.showLoader(); const imagelist = document.getElementById("imagelist"); if (!imagelist) return; let str = "";