From 927467084ffb733a60853dc54f99746af4a2409f Mon Sep 17 00:00:00 2001 From: CatAClock Date: Sun, 6 Jul 2025 17:04:01 -0700 Subject: [PATCH] fixed bug --- src/HTTP/JS/expanded.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; } }