Joshua Sigona 4 years ago
parent 3c277d83ae
commit 0923863351
  1. 2
      muni.js

@ -41,7 +41,7 @@ const MAXSTEPS= 10000
}
function toggleBingo(){
document.getElementById("hideBingo").style.visibility=document.getElementById("Bingo").checked?"visible":"hidden"
setTimeout(() => { document.getElementById("hideBingo").style.visibility=document.getElementById("Bingo").checked?"visible":"hidden"},100)
}
function test(){

Loading…
Cancel
Save