From f909d7f0c4f291838ca948b8210e9259faaa1747 Mon Sep 17 00:00:00 2001 From: mice <105393381+miceoroni@users.noreply.github.com> Date: Thu, 31 Oct 2024 08:07:19 -0400 Subject: [PATCH] oops i broke the website lmao sorry :/ --- assets/js/selecting.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/js/selecting.js b/assets/js/selecting.js index 9778a552a9257..4cebf096c985b 100644 --- a/assets/js/selecting.js +++ b/assets/js/selecting.js @@ -64,14 +64,14 @@ function redirect() { var waysToRoot = canRootBoard(document.getElementById("board").value); console.log(waysToRoot); if (waysToRoot.includes("SH1mmer") && document.getElementById("curVersion").value >= 111) { - window.location.href = "https://chromebook-guide.github.io/cryptosmite"; + window.location.href = "https://chromebook-guide.github.io/badrecovery"; } else if (document.getElementById("curVersion").value >= 112) { window.location.href = "https://chromebook-guide.github.io/badrecovery" } if (document.getElementById(curVersion).value >= 125) { alert("Wait for ICARUS.") } else if (waysToRoot.includes("SH1mmer") && document.getElementById(curVersion).value >= 125) { - window.location.href = "https://chromebook-guide.github.io/pencilmethod" //last resort for repair shops or skids looking to unenroll chromebooks. + alert("No exploits are availiable for your version yet."); } if (waysToRoot.includes("80")) { window.location.href = "https://chromebook-guide.github.io/v81";