more percentencode

This commit is contained in:
2025-06-27 09:09:05 +02:00
parent 48950d1d82
commit 0e8287e4a8

View File

@@ -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");