From 4c27c43c5fe998e816e63aabe7ff503ba039b526 Mon Sep 17 00:00:00 2001 From: Boof <97455552+hexahigh@users.noreply.github.com> Date: Wed, 15 Mar 2023 10:54:34 +0100 Subject: [PATCH] update --- tools/XylkJweJ/scripts/secret.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/XylkJweJ/scripts/secret.js b/tools/XylkJweJ/scripts/secret.js index 7b23629..134397f 100644 --- a/tools/XylkJweJ/scripts/secret.js +++ b/tools/XylkJweJ/scripts/secret.js @@ -27,8 +27,9 @@ async function checkSecret() { await delay(50) if (sixPressed == true) { if (ninePressed == true) { - document.getElementById("wrapper").style.display = "none"; + //document.getElementById("wrapper").style.display = "none"; document.getElementById("iframeDiv").style.display = "block"; + doCheck = false } } }