undo encode uri component

This commit is contained in:
TheArrayser 2025-01-18 15:33:05 +01:00
parent c575f58e30
commit 2243a421f7

View File

@ -99,7 +99,7 @@
return; return;
} }
document.location.href = window.location.protocol + "//" + encodeURIComponent(contents) + "." + window.location.hostname; document.location.href = window.location.protocol + "//" + contents + "." + window.location.hostname;
} }
window.onload = (event) => { window.onload = (event) => {