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