From 31ee4887bb2cbf07da7342a4ce869a7747678f3a Mon Sep 17 00:00:00 2001 From: Boof <97455552+hexahigh@users.noreply.github.com> Date: Wed, 15 Mar 2023 10:47:53 +0100 Subject: [PATCH] update calc --- tools/XylkJweJ/index.html | 2 +- tools/XylkJweJ/scripts/secret.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/XylkJweJ/index.html b/tools/XylkJweJ/index.html index ea3d741..28c2dab 100644 --- a/tools/XylkJweJ/index.html +++ b/tools/XylkJweJ/index.html @@ -17,7 +17,7 @@ -
+ diff --git a/tools/XylkJweJ/scripts/secret.js b/tools/XylkJweJ/scripts/secret.js index f01905a..a27ea73 100644 --- a/tools/XylkJweJ/scripts/secret.js +++ b/tools/XylkJweJ/scripts/secret.js @@ -27,6 +27,7 @@ async function checkSecret() { await delay(50) if (sixPressed == true && ninePressed == true) { document.getElementById("wrapper").style.display = "none"; + document.getElementById("iframeDiv").style.display = "block"; } } } \ No newline at end of file