mirror of
https://github.com/hexahigh/games.git
synced 2025-12-11 20:15:38 +01:00
update calc
This commit is contained in:
parent
3a90158cf6
commit
36388561a8
@ -21,13 +21,15 @@ async function ninePress() {
|
||||
ninePressed = false
|
||||
}
|
||||
|
||||
|
||||
checkSecret()
|
||||
async function checkSecret() {
|
||||
while (doCheck == true) {
|
||||
await delay(50)
|
||||
if (sixPressed == true && ninePressed == true) {
|
||||
document.getElementById("wrapper").style.display = "none";
|
||||
document.getElementById("iframeDiv").style.display = "block";
|
||||
if (sixPressed == true) {
|
||||
if (ninePressed == true) {
|
||||
document.getElementById("wrapper").style.display = "none";
|
||||
document.getElementById("iframeDiv").style.display = "block";
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user