remove play clock title - closes #7927

challenge-reason
Thibault Duplessis 2021-01-21 12:52:11 +01:00
parent f54779bd3a
commit 976163c0fa
1 changed files with 0 additions and 1 deletions

View File

@ -39,7 +39,6 @@ export function renderClock(ctrl: RoundController, player: Player, position: Pos
] : [
clock.showBar && game.bothPlayersHavePlayed(ctrl.data) ? showBar(ctrl, player.color) : undefined,
h('div.time', {
attrs: { title: `${player.color} clock` },
class: {
hour: millis > 3600 * 1000
},