From a1f28b2e5ad2ac3171abad2ab2db1dd307bbe46f Mon Sep 17 00:00:00 2001 From: lifehackerhansol Date: Tue, 23 May 2023 00:40:50 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20hacks-gu?= =?UTF-8?q?ide/Guide=5F3DS@3bcc10dbe1215477cbbb8e14cc86d23f67e6c4b5=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/js/selecting.js | 5 +++++ de_DE/get-started.html | 2 ++ es_ES/get-started.html | 2 ++ faq.html | 11 +++++++++++ feed.xml | 2 +- fr_FR/get-started.html | 2 ++ get-started.html | 2 ++ hu_HU/get-started.html | 2 ++ index.html | 11 +++++++++++ it_IT/get-started.html | 2 ++ ko_KR/get-started.html | 2 ++ nl_NL/get-started.html | 2 ++ pt_BR/get-started.html | 2 ++ zh_CN/get-started.html | 2 ++ zh_TW/get-started.html | 2 ++ 15 files changed, 50 insertions(+), 1 deletion(-) 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({ + .-.-.-.-.-.-.-.-.-.-.-