fix captcha retry

This commit is contained in:
Thibault Duplessis 2014-10-21 01:43:41 +02:00
parent e4a33637a8
commit 6342bf7b35

View file

@ -1065,6 +1065,12 @@ var storage = {
if (data == 1) $board.data('chessground').stop();
else setTimeout(function() {
parseFen($board);
$board.data('chessground').set({
turnColor: color,
movable: {
dests: $board.data('moves')
}
});
}, 300);
}
});