fixed bug
This commit is contained in:
parent
460f44ea7a
commit
927467084f
1 changed files with 2 additions and 2 deletions
|
@ -95,9 +95,9 @@ async function SetThreadPost(element, i) {
|
||||||
localStorage.setItem("post", JSON.stringify(element));
|
localStorage.setItem("post", JSON.stringify(element));
|
||||||
}
|
}
|
||||||
if (i.classList.contains("Handle")) {
|
if (i.classList.contains("Handle")) {
|
||||||
window.location.href = "../../HTML/account.html?website=" + website;
|
window.location.href = "/account?website=" + website;
|
||||||
} else {
|
} else {
|
||||||
window.location.href = "../../HTML/expanded.html?website=" + website;
|
window.location.href = "/expanded?website=" + website;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue