Hide "you are the czar" filter in the lobby

This commit is contained in:
uecasm 2013-11-14 23:46:29 +13:00
parent 7e7be6c54e
commit 3238dd1136
1 changed files with 1 additions and 0 deletions

View File

@ -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_();