- Added Besieger and Corsair keywords to deckbuilder.
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
<pre style="font-size:80%">
|
<pre style="font-size:80%">
|
||||||
<b>25 Nov. 2011</b>
|
<b>25 Nov. 2011</b>
|
||||||
- "There and Back Again" can be played only on Hobbit companions now.
|
- "There and Back Again" can be played only on Hobbit companions now.
|
||||||
|
- Added Besieger and Corsair keywords to deckbuilder.
|
||||||
|
|
||||||
<b>24 Nov. 2011</b>
|
<b>24 Nov. 2011</b>
|
||||||
- "Arrow From the South" - trying to fix it. Maybe this time it will be right.
|
- "Arrow From the South" - trying to fix it. Maybe this time it will be right.
|
||||||
|
|||||||
@@ -193,6 +193,8 @@ var GempLotrDeckBuildingUI = Class.extend({
|
|||||||
combos.append(" <select id='keyword'>"
|
combos.append(" <select id='keyword'>"
|
||||||
+ "<option value=''>No keyword filtering</option>"
|
+ "<option value=''>No keyword filtering</option>"
|
||||||
+ "<option value='ARCHER'>Archer</option>"
|
+ "<option value='ARCHER'>Archer</option>"
|
||||||
|
+ "<option value='BESIEGER'>Besieger</option>"
|
||||||
|
+ "<option value='CORSAIR'>Corsair</option>"
|
||||||
+ "<option value='EASTERLING'>Easterling</option>"
|
+ "<option value='EASTERLING'>Easterling</option>"
|
||||||
+ "<option value='ENDURING'>Enduring</option>"
|
+ "<option value='ENDURING'>Enduring</option>"
|
||||||
+ "<option value='ENGINE'>Engine</option>"
|
+ "<option value='ENGINE'>Engine</option>"
|
||||||
@@ -385,11 +387,11 @@ var GempLotrDeckBuildingUI = Class.extend({
|
|||||||
|
|
||||||
this.infoDialog = $("<div></div>")
|
this.infoDialog = $("<div></div>")
|
||||||
.dialog({
|
.dialog({
|
||||||
autoOpen: false,
|
autoOpen: false,
|
||||||
closeOnEscape: true,
|
closeOnEscape: true,
|
||||||
resizable: false,
|
resizable: false,
|
||||||
title: "Card information"
|
title: "Card information"
|
||||||
});
|
});
|
||||||
|
|
||||||
var swipeOptions = {
|
var swipeOptions = {
|
||||||
threshold: 20,
|
threshold: 20,
|
||||||
|
|||||||
Reference in New Issue
Block a user