diff --git a/assets/js/selecting.js b/assets/js/selecting.js index c5ac5e300a..e41d4840ed 100644 --- a/assets/js/selecting.js +++ b/assets/js/selecting.js @@ -70,6 +70,8 @@ function sslothablekor(s, n, o) { - N3DS & 11.16: - super-skaterhax, compatible with 11.15 - 11.16 but browser itself doesn't work on 11.15 - This way N3DS users don't have to think too much about the slightly long Seedminer steps + - 11.17: + - unhackable */ function redirect() { var major = document.getElementById("major"); @@ -87,6 +89,9 @@ function redirect() { else if (major.value == 0) { document.getElementById("result_invalidVersion").style.display = "block"; } + else if (major.value == 11 && minor.value == 17) { + document.getElementById("result_methodUnavailable").style.display = "block"; + } // only do things if major isnt 0, which would be invalid else { // USA/EUR/JPN things diff --git a/de_DE/get-started.html b/de_DE/get-started.html index 4afd622f89..0e83ce8d48 100644 --- a/de_DE/get-started.html +++ b/de_DE/get-started.html @@ -528,6 +528,7 @@ window.cookieconsent.initialise({ + .-.-.-.-.-.-.-.-.-.-.-