Update error.js

This commit is contained in:
idkwhereisthisname 2025-04-06 22:19:38 +02:00 committed by GitHub
parent f44a4273bd
commit 0aa691ac2b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -229,7 +229,7 @@ const errorCodes = {
"220104": "Invalid file",
"220105": "Javascript error",
"220106": "Plugin error",
"220201": "Not found
"220201": "Not found,
"220202": "Connection refused",
"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();
}