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