diff --git a/WebContent/js/cah.card.js b/WebContent/js/cah.card.js index 614895c..334524c 100644 --- a/WebContent/js/cah.card.js +++ b/WebContent/js/cah.card.js @@ -275,7 +275,7 @@ cah.card.BlackCard.prototype.setPick = function(pick) { */ cah.card.BlackCard.prototype.updateCardInfo_ = function() { if (this.draw_ != 0 || this.pick_ != 1) { - $(".logo_text", this.faceUpElem_).text("PYZ"); + $(".logo_text", this.faceUpElem_).text("PYX"); if (this.draw_ != 0) { $(".draw .card_number", this.faceUpElem_).text(this.draw_); $(".draw", this.faceUpElem_).removeClass("hide");