Hide the time limit in replays

This commit is contained in:
Andrio Celos
2023-06-16 23:31:12 +10:00
parent 3120e88706
commit 7a24364c7a

View File

@@ -122,6 +122,7 @@ function initReplay() {
canPlay = false;
showPage('game');
clearPlayContainers();
timeLabel.hide();
turnNumberLabel.setTurnNumber(null);
replayUpdateHand();
}