mirror of
https://wiilab.wiimart.org/wiimart/WiiMart-github-io
synced 2025-09-04 04:21:04 +02:00
timeout errs
This commit is contained in:
parent
6f5fec7f76
commit
2aae6276c3
@ -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();}
|
||||
|
Loading…
x
Reference in New Issue
Block a user