mirror of
https://wiilab.wiimart.org/wiimart/WiiMart-github-io
synced 2025-11-06 15:30:18 +01:00
no more alert
This commit is contained in:
parent
cfa4f541bb
commit
2e2a2a430b
@ -496,7 +496,10 @@ document.getElementById("submitBtn").addEventListener("click", function() {
|
||||
inputDiv.style.display = "none";
|
||||
resultsDiv.style.display = "block";
|
||||
} else {
|
||||
alert("Invalid error code. Please enter a valid 6-digit error code. (The error might not be filed, you may ask about it in the Discord.)");
|
||||
document.getElementById("code").innerText = "Error!";
|
||||
document.getElementById("issue").innerHTML = "Invalid error code. Please enter a valid 6-digit error code.<br />(The error might not be filed yet, if you have any issue, please join the Discord server for support.)";
|
||||
inputDiv.style.display = "none";
|
||||
resultsDiv.style.display = "block";
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user