forgot the debug timeout

This commit is contained in:
2025-09-25 14:32:11 +02:00
parent a57bc8e3b5
commit d0935a474f

View File

@@ -258,11 +258,9 @@ class PhotoGallery {
if (item.raw) str += `&nbsp;<a href="${item.raw}">RAW</a>`;
str += "</figcaption></figure></div>";
});
setTimeout(function () {
imagelist.classList.add("row");
imagelist.classList.remove("centerload");
imagelist.innerHTML = str;
}, 5000);
}
setFilter(selected) {