fixed bug

This commit is contained in:
CatAClock 2025-07-06 17:04:01 -07:00
parent 460f44ea7a
commit 927467084f

View file

@ -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;
}
}