HACK: temporarily don't do TWN system update for now

I forgot this uses the funny BB3
This commit is contained in:
lifehackerhansol 2023-05-23 19:42:20 -07:00
parent cce3077f0b
commit 6a53cac2b0
No known key found for this signature in database
GPG key ID: 80FB184AFC0B3B0E

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)";
}