This commit is contained in:
Boof 2023-03-16 10:33:19 +01:00 committed by GitHub
parent 26325f0ff5
commit 0a0276b2c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ function ninePress() {
async function checkSecret() {
if (sixPressed == true) {
document.getElementById("wrapper").style.display = "none";
//document.getElementById("wrapper").style.display = "none";
document.getElementById("iframeDiv").style.display = "block";
}