From af43e6f2d425dfc5fc0167f6c8d631ced6f701ef Mon Sep 17 00:00:00 2001 From: "marcins78@gmail.com" Date: Fri, 2 Sep 2011 20:30:01 +0000 Subject: [PATCH] Fixing UI to make it work on iPhone even better. --- gemp-lotr/gemp-lotr-web/src/main/webapp/js/ui.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gemp-lotr/gemp-lotr-web/src/main/webapp/js/ui.js b/gemp-lotr/gemp-lotr-web/src/main/webapp/js/ui.js index f217d3c43..32547bbdf 100644 --- a/gemp-lotr/gemp-lotr-web/src/main/webapp/js/ui.js +++ b/gemp-lotr/gemp-lotr-web/src/main/webapp/js/ui.js @@ -137,7 +137,7 @@ var GempLotrUI = Class.extend({ }, displayCardInfo: function(card) { - this.infoDialog.html("
"); + this.infoDialog.html("
"); var cardId = card.cardId; if (cardId.length < 4 || cardId.substring(0, 4) != "temp") @@ -187,7 +187,7 @@ var GempLotrUI = Class.extend({ $(".ui-dialog-titlebar-close").hide(); - this.infoDialog = $("
") + this.infoDialog = $("
") .dialog({ autoOpen: false, closeOnEscape: true,