diff --git a/WebContent/js/cah.game.js b/WebContent/js/cah.game.js index 338ae01..5a760ca 100644 --- a/WebContent/js/cah.game.js +++ b/WebContent/js/cah.game.js @@ -274,7 +274,9 @@ cah.Game.prototype.setBlackCard = function(card) { + " cards, in the order you wish them to be judged."); } - $(".game_black_card", this.element_).empty().append(this.blackCard_.getElement()); + if (!this.showingLastRound_) { + $(".game_black_card", this.element_).empty().append(this.blackCard_.getElement()); + } }; /**