mirror of
https://github.com/greflm13/StaticGalleryBuilder.git
synced 2026-02-05 11:09:26 +00:00
added pathname
This commit is contained in:
@@ -195,7 +195,7 @@ class PhotoGallery {
|
|||||||
filter() {
|
filter() {
|
||||||
this.shown = [];
|
this.shown = [];
|
||||||
const path = decodeURIComponent(
|
const path = decodeURIComponent(
|
||||||
window.location.origin.replace("index.html", "")
|
window.location.origin + window.location.pathname.replace("index.html", "")
|
||||||
);
|
);
|
||||||
const selectedTags = [];
|
const selectedTags = [];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user