Few fixes in texts.

This commit is contained in:
marcins78@gmail.com
2011-09-20 09:32:43 +00:00
parent ba57971ffc
commit ba12d64a00

View File

@@ -1089,7 +1089,7 @@ var GempLotrGameUI = Class.extend({
that.decisionFunction(id, "" + selectedCardIds);
};
this.alert.html(text + "<br><button id='DONE'>Pass</button>");
this.alert.html(text + "<br><button id='Pass'>Pass</button>");
$("#Pass").button().click(function() {
finishChoice();
});