mirror of
https://github.com/greflm13/StaticGalleryBuilder.git
synced 2026-02-05 11:09:26 +00:00
more percentencode
This commit is contained in:
@@ -292,7 +292,7 @@
|
|||||||
shown = [];
|
shown = [];
|
||||||
|
|
||||||
const curr = window.location.href.split("#")[0] + "#";
|
const curr = window.location.href.split("#")[0] + "#";
|
||||||
const path = window.location.href.split("#")[0].replace("index.html", "");
|
const path = window.location.href.split("#")[0].replace("index.html", "").replace("(", "%28").replace(")", "%29");
|
||||||
|
|
||||||
const selected_tags = [];
|
const selected_tags = [];
|
||||||
const tagcheckboxes = document.querySelectorAll("#tagdropdown input[class='tag']:checked");
|
const tagcheckboxes = document.querySelectorAll("#tagdropdown input[class='tag']:checked");
|
||||||
|
|||||||
Reference in New Issue
Block a user