add TODO about cards blanking when players join and leave game
This commit is contained in:
parent
2d770e4098
commit
2931fb7492
|
@ -599,6 +599,7 @@ cah.Game.prototype.updateGameStatus = function(data) {
|
|||
}
|
||||
|
||||
if (data[cah.$.AjaxResponse.GAME_INFO][cah.$.GameInfo.STATE] == cah.$.GameState.PLAYING) {
|
||||
// TODO this is the cause of the cards blanking when someone joins or leaves
|
||||
$(".game_white_cards", this.element_).empty();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue