From 32be0f36af0a4ce8337ff06937a9c69fe66d4892 Mon Sep 17 00:00:00 2001 From: "marcins78@gmail.com" Date: Mon, 5 Dec 2011 10:59:29 +0000 Subject: [PATCH] Added the last 3 cultures to deck builder. --- .../src/main/webapp/js/deckBuildingUi.js | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/gemp-lotr/gemp-lotr-web/src/main/webapp/js/deckBuildingUi.js b/gemp-lotr/gemp-lotr-web/src/main/webapp/js/deckBuildingUi.js index 33eacf504..a20ae46c3 100644 --- a/gemp-lotr/gemp-lotr-web/src/main/webapp/js/deckBuildingUi.js +++ b/gemp-lotr/gemp-lotr-web/src/main/webapp/js/deckBuildingUi.js @@ -174,9 +174,12 @@ var GempLotrDeckBuildingUI = Class.extend({ this.filterDiv.append("
" + "" + "" + + "" + "" + + "" + "" + "" + + "" + "" + "
"); @@ -391,11 +394,11 @@ var GempLotrDeckBuildingUI = Class.extend({ this.infoDialog = $("
") .dialog({ - autoOpen: false, - closeOnEscape: true, - resizable: false, - title: "Card information" - }); + autoOpen: false, + closeOnEscape: true, + resizable: false, + title: "Card information" + }); var swipeOptions = { threshold: 20,