Merge pull request #58 from uecasm/lobby-no-czar

Hide "you are the czar" filter in the lobby (fixes #67)
This commit is contained in:
Andy Janata 2013-11-28 19:46:14 -08:00
commit 3c58dcba3c
1 changed files with 1 additions and 0 deletions

View File

@ -1258,6 +1258,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_();