From 9913bcaf7806e3e4040cb879c4c79f5d7173368e Mon Sep 17 00:00:00 2001 From: lifehackerhansol Date: Thu, 13 Apr 2023 09:58:41 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20hacks-gu?= =?UTF-8?q?ide/Guide=5F3DS@abe4f29aeafed884efc8b18c56bf5d975dcf079d=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 | 17 +++++++++++------ de_DE/get-started.html | 10 +++++----- es_ES/get-started.html | 10 +++++----- feed.xml | 2 +- fr_FR/get-started.html | 10 +++++----- get-started.html | 10 +++++----- hu_HU/get-started.html | 10 +++++----- it_IT/get-started.html | 10 +++++----- ko_KR/get-started.html | 10 +++++----- nl_NL/get-started.html | 10 +++++----- pt_BR/get-started.html | 10 +++++----- troubleshooting.html | 5 ++++- zh_CN/get-started.html | 10 +++++----- zh_TW/get-started.html | 10 +++++----- 14 files changed, 71 insertions(+), 63 deletions(-) diff --git a/assets/js/selecting.js b/assets/js/selecting.js index 5df61351fd..eb28390102 100644 --- a/assets/js/selecting.js +++ b/assets/js/selecting.js @@ -75,15 +75,15 @@ function redirect() { var minor = document.getElementById("minor"); var nver = document.getElementById("nver"); var region = document.getElementById("region"); - var isN3DS = document.getElementById("new3DS").checked; - var isO3DS = document.getElementById("old3DS").checked; + //var isN3DS = document.getElementById("new3DS").checked; + //var isO3DS = document.getElementById("old3DS").checked; document.getElementById("result_noneSelected").style.display = "none"; document.getElementById("result_invalidVersion").style.display = "none"; document.getElementById("result_methodUnavailable").style.display = "none"; - if ((!isN3DS) && (!isO3DS)) { - document.getElementById("result_noneSelected").style.display = "block"; - } - else if (major.value == 0) { + //if ((!isN3DS) && (!isO3DS)) { + // document.getElementById("result_noneSelected").style.display = "block"; + //} + if (major.value == 0) { document.getElementById("result_invalidVersion").style.display = "block"; } // only do things if major isnt 0, which would be invalid @@ -102,9 +102,11 @@ function redirect() { window.location.href = "installing-boot9strap-(safecerthax)"; } // new browserhax for latest version + /* else if (isN3DS) { window.location.href = "homebrew-launcher-(super-skaterhax)"; } + */ // seedminer does still work for the latest version on E/U/J/K/T/C, but can only be chained on E/U/J/K/T else { window.location.href = "seedminer"; @@ -123,9 +125,12 @@ function redirect() { else if (minor.value < 15 && isO3DS) { window.location.href = "installing-boot9strap-(safecerthax)"; } + // new browserhax for latest version + /* else if (isN3DS) { window.location.href = "homebrew-launcher-(super-skaterhax)"; } + */ // seedminer does still work for the latest version on E/U/J/K/T/C, but can only be chained on E/U/J/K/T else { window.location.href = "seedminer"; diff --git a/de_DE/get-started.html b/de_DE/get-started.html index a07ff9f027..44c9bb6c47 100644 --- a/de_DE/get-started.html +++ b/de_DE/get-started.html @@ -485,16 +485,16 @@ window.cookieconsent.initialise({

To find the correct method for your device, please enter the system version you found in Section II.

- + + + + + + + + + + +