fix game clock

pull/1/merge
Thibault Duplessis 2012-06-11 00:00:36 +02:00
parent 37e3028ae3
commit 8c51c3307d
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ $.widget("lichess.game", {
self.indicateTurn();
self.initSquaresAndPieces();
self.initTable();
self.initClocks();
if (self.$chat) self.$chat.chat();
self.$watchers.watchers();
if (self.isMyTurn() && self.options.game.turns == 0) {