From 6a53cac2b02d4bd46f69995a669ff31eb194338b Mon Sep 17 00:00:00 2001 From: lifehackerhansol Date: Tue, 23 May 2023 19:42:20 -0700 Subject: [PATCH] HACK: temporarily don't do TWN system update for now I forgot this uses the funny BB3 --- assets/js/selecting.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/assets/js/selecting.js b/assets/js/selecting.js index 4be3e6d633..c56d2d0ff7 100644 --- a/assets/js/selecting.js +++ b/assets/js/selecting.js @@ -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)"; }