This commit is contained in:
Andrew Trieu
2023-02-10 19:20:34 +02:00
parent c717c9e4c1
commit 5f98bab91e
23 changed files with 586 additions and 325 deletions

View File

@@ -14,7 +14,7 @@ continueBtn.onclick = () => {
if (xhr.status === 200) {
let data = xhr.response;
if (data === "success") {
location.href = "home.php";
location.href = "start.php";
} else {
errorText.style.display = "block";
errorText.textContent = data;