From 3182055353dd49758fe2f5353bc240d9dff5b1db Mon Sep 17 00:00:00 2001 From: rikumax25 Date: Fri, 10 Mar 2017 03:24:02 -0600 Subject: [PATCH] Homebrew only mode poor 3ds shacking --- index.html | 2 +- scripts/step_methods.js | 15 ++++++++++++++- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 2a1ba50..9c9dad0 100644 --- a/index.html +++ b/index.html @@ -56,7 +56,7 @@

Select your firmware version


- Prepare Zip + Prepare Zip (Full Setup)Prepare Zip (Homebrew Only)

diff --git a/scripts/step_methods.js b/scripts/step_methods.js index f8b32b1..c3e4864 100644 --- a/scripts/step_methods.js +++ b/scripts/step_methods.js @@ -1,4 +1,4 @@ -function startup(){ +function startup_CFW(){ var step_list = set_step_list(); console.log(step_list); if(step_list){ @@ -40,6 +40,19 @@ function startup(){ } } +function startup(){ + alert("Open a torrent client before continuing"); + $("#inner1").hide(); + $("#inner2").show(); + + $("#startButton").attr("onclick","downloadZip()"); + $("#startButton").text("Download Zip"); + $("#torrent_list").append("
"); + $("#complete").append("
"); + + soundhax_hb(); +} + function soundhax_hb(){ var req_data = $("#data_ver").serializeArray(); var console = req_data["0"].value;