mirror of
https://github.com/greflm13/StaticGalleryBuilder.git
synced 2026-04-17 11:30:08 +02:00
showLoader some more
This commit is contained in:
@@ -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 = "";
|
||||
|
||||
Reference in New Issue
Block a user