1
0
mirror of https://github.com/hacks-guide/Guide_3DS.git synced 2025-09-02 21:12:55 +02:00

Deploying to gh-pages from @ hacks-guide/Guide_3DS@6a53cac2b0 🚀

This commit is contained in:
lifehackerhansol
2023-05-24 02:43:43 +00:00
parent 8f3f0eb357
commit 312aa55ffa
2 changed files with 1 additions and 4 deletions

View File

@@ -158,9 +158,6 @@ function redirect() {
else if (minor.value < 15 && isO3DS) {
window.location.href = "installing-boot9strap-(safecerthax)";
}
else if(minor.value == 15) {
window.location.href = "updating-firmware-(kor-twn)";
}
else if (major.value == 11 && minor.value == 16) { //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
window.location.href = "seedminer-(twn)";
}