Update error.js

This commit is contained in:
ChrisplayzWii 2025-04-05 16:42:10 -05:00 committed by GitHub
parent 725be7af49
commit de55e57434
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,7 +24,7 @@ document.getElementById("submitBtn").addEventListener("click", function() {
inputDiv.style.display = "none"; inputDiv.style.display = "none";
resultsDiv.style.display = "block"; resultsDiv.style.display = "block";
} else { } else {
alert("Invalid error code. Please enter a valid 6-digit error code."); alert("Invalid error code. Please enter a valid 6-digit error code. (the error might not be in the error.js, ask in the discord.)");
} }
}); });