timeout errs

This commit is contained in:
ChrisplayzWii 2025-04-05 13:24:12 -05:00 committed by GitHub
parent 6f5fec7f76
commit 2aae6276c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,7 +8,9 @@ const errorCodes = {
"204034": "Invalid SOAP response",
"204704": "Equivalent to a HTTP 404 error",
"209531": "Page not found",
"209552": "Server error"
"209552": "Server error",
"209600": "Connection Timeout, the shop took too long to load",
"209601": "Connection Timeout, the shop took too long to load"
};
document.getElementById("submitBtn").addEventListener("click", function() {
@ -26,4 +28,4 @@ document.getElementById("submitBtn").addEventListener("click", function() {
}
});
function refreshPage() {location.reload();}
function refreshPage() {location.reload();}