This commit is contained in:
Boof 2023-03-16 08:02:20 +01:00 committed by GitHub
parent 19417687bb
commit 26325f0ff5
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";
}