Fixing display issues after streamlining the animations.

This commit is contained in:
marcins78@gmail.com
2011-11-03 21:50:03 +00:00
parent 5903ca041e
commit 834a43ea3c
2 changed files with 3 additions and 1 deletions

View File

@@ -626,10 +626,10 @@ var GameAnimations = Class.extend({
},
removeTokens: function(element, animate) {
var cardId = element.getAttribute("cardId");
var that = this;
$("#main").queue(
function(next) {
var cardId = element.getAttribute("cardId");
var zone = element.getAttribute("zone");
var token = element.getAttribute("token");
var count = parseInt(element.getAttribute("count"));

View File

@@ -167,6 +167,8 @@ var GempLotrGameUI = Class.extend({
}
}
}
this.layoutUI(false);
},
initializeGameUI: function() {