diff --git a/src/HTTP/JS/expanded.js b/src/HTTP/JS/expanded.js index 4c697f0..cbb402e 100644 --- a/src/HTTP/JS/expanded.js +++ b/src/HTTP/JS/expanded.js @@ -95,9 +95,9 @@ async function SetThreadPost(element, i) { localStorage.setItem("post", JSON.stringify(element)); } if (i.classList.contains("Handle")) { - window.location.href = "../../HTML/account.html?website=" + website; + window.location.href = "/account?website=" + website; } else { - window.location.href = "../../HTML/expanded.html?website=" + website; + window.location.href = "/expanded?website=" + website; } }