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() {
|
filter() {
|
||||||
|
this.showLoader();
|
||||||
const searchParams = new URLSearchParams(window.location.search);
|
const searchParams = new URLSearchParams(window.location.search);
|
||||||
this.shown = [];
|
this.shown = [];
|
||||||
let path = decodeURIComponent(window.location.origin + window.location.pathname.replace("index.html", ""));
|
let path = decodeURIComponent(window.location.origin + window.location.pathname.replace("index.html", ""));
|
||||||
@@ -283,6 +284,7 @@ class PhotoGallery {
|
|||||||
};
|
};
|
||||||
|
|
||||||
updateImageList() {
|
updateImageList() {
|
||||||
|
this.showLoader();
|
||||||
const imagelist = document.getElementById("imagelist");
|
const imagelist = document.getElementById("imagelist");
|
||||||
if (!imagelist) return;
|
if (!imagelist) return;
|
||||||
let str = "";
|
let str = "";
|
||||||
|
|||||||
Reference in New Issue
Block a user