Hide "you are the czar" filter in the lobby
This commit is contained in:
parent
7e7be6c54e
commit
3238dd1136
|
@ -1173,6 +1173,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