From 2931fb7492f8f08ab4716ecb17990c106d6b0341 Mon Sep 17 00:00:00 2001 From: Andy Janata Date: Mon, 12 Mar 2012 22:20:17 -0700 Subject: [PATCH] add TODO about cards blanking when players join and leave game --- WebContent/js/cah.game.js | 1 + 1 file changed, 1 insertion(+) diff --git a/WebContent/js/cah.game.js b/WebContent/js/cah.game.js index a60f85e..7ad3711 100644 --- a/WebContent/js/cah.game.js +++ b/WebContent/js/cah.game.js @@ -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(); }