This commit is contained in:
Boof 2023-03-15 10:54:34 +01:00 committed by GitHub
parent 36388561a8
commit 4c27c43c5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
}
}
}