diff --git a/WebContent/js/cah.game.js b/WebContent/js/cah.game.js index ccc70b2..4791bf7 100644 --- a/WebContent/js/cah.game.js +++ b/WebContent/js/cah.game.js @@ -1173,6 +1173,7 @@ cah.Game.prototype.stateChange = function(data) { } this.roundCards_ = {}; $(".game_white_cards", this.element_).empty(); + $(".game_hand_filter", this.element_).addClass("hide"); // in case they were the judge last round this.showOptions_();