PYX, not PYZ, you idiot.
This commit is contained in:
parent
e0391b8d4e
commit
f2b5f2b623
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue