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:
commit
3c58dcba3c
|
@ -1258,6 +1258,7 @@ cah.Game.prototype.stateChange = function(data) {
|
||||||
}
|
}
|
||||||
this.roundCards_ = {};
|
this.roundCards_ = {};
|
||||||
$(".game_white_cards", this.element_).empty();
|
$(".game_white_cards", this.element_).empty();
|
||||||
|
$(".game_hand_filter", this.element_).addClass("hide"); // in case they were the judge last round
|
||||||
|
|
||||||
this.showOptions_();
|
this.showOptions_();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue