Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
yjf2002ghty authored Mar 18, 2024
1 parent c87616d commit 8c54020
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
const blackstarttime = advpage.getElementById("blackstarttime");
const whitetimegain = advpage.getElementById("whitetimegain");
const blacktimegain = advpage.getElementById("blacktimegain");
const enginecmddiv = advpage.getElementById("enginecmddiv");
pagetitle.innerHTML = "Play against Fairy-Stockfish";
fen.style.display = "none";
move.style.display = "none";
Expand Down Expand Up @@ -87,6 +88,7 @@
blacktimegain.disabled = false;
whitetimemargin.style.display = "none";
blacktimemargin.style.display = "none";
enginecmddiv.style.display = "none";
};
</script>
</body>

0 comments on commit 8c54020

Please sign in to comment.