diff --git a/muni.js b/muni.js index 00bd355..34df31e 100644 --- a/muni.js +++ b/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(){