fix puzzle JS

This commit is contained in:
Thibault Duplessis 2014-10-21 01:05:51 +02:00
parent b01ccd2a86
commit ac6665a68d

View file

@ -46,6 +46,7 @@ module.exports = function(cfg, router, i18n) {
this.chessground.set({
fen: this.data.chess.fen(),
lastMove: chess.lastMove(this.data.chess),
turnColor: this.data.puzzle.color,
movable: {
dests: chess.dests(this.data.chess)
}