Minor replay issue and set release on Game Hall.

This commit is contained in:
marcins78@gmail.com
2012-03-05 00:15:57 +00:00
parent 0f49a73ae7
commit 3e2b6513d4
2 changed files with 3 additions and 2 deletions

View File

@@ -165,7 +165,7 @@
$(document).ready(
function() {
$("#latestNews").append("<b>Sets 01-16 are available to play.</b> "
$("#latestNews").append("<b>Sets 01-17 are available to play.</b> "
+ "If you find any problems with specific card or rules in general, please report it <a href='http://lotrtcgdb.com/forums/index.php/topic,7592.0.html'>at the TLHH forums</a>.");
var chat = new ChatBoxUI("Game Hall", $("#chat"), "/gemp-lotr/server", true);

View File

@@ -1139,7 +1139,8 @@ var GempLotrGameUI = Class.extend({
if (card.zone == "EXTRA")
$(this).remove();
});
this.extraActionsGroup.layoutCards();
if (this.extraActionsGroup != null)
this.extraActionsGroup.layoutCards();
},
integerDecision: function(decision) {