Minor replay issue and set release on Game Hall.
This commit is contained in:
@@ -165,7 +165,7 @@
|
|||||||
|
|
||||||
$(document).ready(
|
$(document).ready(
|
||||||
function() {
|
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>.");
|
+ "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);
|
var chat = new ChatBoxUI("Game Hall", $("#chat"), "/gemp-lotr/server", true);
|
||||||
|
|||||||
@@ -1139,7 +1139,8 @@ var GempLotrGameUI = Class.extend({
|
|||||||
if (card.zone == "EXTRA")
|
if (card.zone == "EXTRA")
|
||||||
$(this).remove();
|
$(this).remove();
|
||||||
});
|
});
|
||||||
this.extraActionsGroup.layoutCards();
|
if (this.extraActionsGroup != null)
|
||||||
|
this.extraActionsGroup.layoutCards();
|
||||||
},
|
},
|
||||||
|
|
||||||
integerDecision: function(decision) {
|
integerDecision: function(decision) {
|
||||||
|
|||||||
Reference in New Issue
Block a user