mirror of
https://github.com/greflm13/StaticGalleryBuilder.git
synced 2026-02-05 02:59:27 +00:00
forgot the debug timeout
This commit is contained in:
@@ -258,11 +258,9 @@ class PhotoGallery {
|
||||
if (item.raw) str += ` <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) {
|
||||
|
||||
Reference in New Issue
Block a user