Finalize
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user