mirror of
https://wiilab.wiimart.org/wiimart/WiiMart-github-io
synced 2025-09-05 13:01:15 +02:00
Update error.js
This commit is contained in:
parent
f44a4273bd
commit
0aa691ac2b
@ -229,7 +229,7 @@ const errorCodes = {
|
|||||||
"220104": "Invalid file",
|
"220104": "Invalid file",
|
||||||
"220105": "Javascript error",
|
"220105": "Javascript error",
|
||||||
"220106": "Plugin error",
|
"220106": "Plugin error",
|
||||||
"220201": "Not found
|
"220201": "Not found,
|
||||||
"220202": "Connection refused",
|
"220202": "Connection refused",
|
||||||
"250943": "Problems with your Club Nintendo -account. It can't get connected with your shop account"
|
"250943": "Problems with your Club Nintendo -account. It can't get connected with your shop account"
|
||||||
};
|
};
|
||||||
@ -249,4 +249,6 @@ document.getElementById("submitBtn").addEventListener("click", function() {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
function refreshPage() {location.reload();}
|
function refreshPage() {
|
||||||
|
location.reload();
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user