From 9bf0bcc2f8daca1e7b9e3b36d57f9ad207303687 Mon Sep 17 00:00:00 2001 From: "marcins78@gmail.com" Date: Thu, 15 Mar 2012 11:42:03 +0000 Subject: [PATCH] - An attempt at moving the Pass button away from other buttons. --- gemp-lotr/gemp-lotr-web/src/main/webapp/js/gameUi.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gemp-lotr/gemp-lotr-web/src/main/webapp/js/gameUi.js b/gemp-lotr/gemp-lotr-web/src/main/webapp/js/gameUi.js index 7692f88ec..3d94316a0 100644 --- a/gemp-lotr/gemp-lotr-web/src/main/webapp/js/gameUi.js +++ b/gemp-lotr/gemp-lotr-web/src/main/webapp/js/gameUi.js @@ -1504,7 +1504,7 @@ var GempLotrGameUI = Class.extend({ var processButtons = function() { that.alertButtons.html(""); if (selectedCardIds.length == 0) { - that.alertButtons.append(""); + that.alertButtons.append(""); $("#Pass").button().click(function() { finishChoice(); });