- An attempt at moving the Pass button away from other buttons.
This commit is contained in:
@@ -1504,7 +1504,7 @@ var GempLotrGameUI = Class.extend({
|
|||||||
var processButtons = function() {
|
var processButtons = function() {
|
||||||
that.alertButtons.html("");
|
that.alertButtons.html("");
|
||||||
if (selectedCardIds.length == 0) {
|
if (selectedCardIds.length == 0) {
|
||||||
that.alertButtons.append("<button id='Pass'>Pass</button>");
|
that.alertButtons.append("<button id='Pass' style='float: right'>Pass</button>");
|
||||||
$("#Pass").button().click(function() {
|
$("#Pass").button().click(function() {
|
||||||
finishChoice();
|
finishChoice();
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user