From d0935a474f3fcfaf199642d51a130f8f015b71f0 Mon Sep 17 00:00:00 2001 From: Flo Greistorfer Date: Thu, 25 Sep 2025 14:32:11 +0200 Subject: [PATCH] forgot the debug timeout --- templates/functionality.js | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/templates/functionality.js b/templates/functionality.js index b164404..7a47fbf 100644 --- a/templates/functionality.js +++ b/templates/functionality.js @@ -258,11 +258,9 @@ class PhotoGallery { if (item.raw) str += ` RAW`; str += ""; }); - setTimeout(function () { - imagelist.classList.add("row"); - imagelist.classList.remove("centerload"); - imagelist.innerHTML = str; - }, 5000); + imagelist.classList.add("row"); + imagelist.classList.remove("centerload"); + imagelist.innerHTML = str; } setFilter(selected) {