From 7e8e8fc2344248afbf7bc74583232f3f7de5237a Mon Sep 17 00:00:00 2001 From: "marcins78@gmail.com" Date: Wed, 11 Apr 2012 16:15:17 +0000 Subject: [PATCH] Archery display. --- .../src/main/webapp/js/gemp-002/gameAnimations.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gemp-lotr/gemp-lotr-web/src/main/webapp/js/gemp-002/gameAnimations.js b/gemp-lotr/gemp-lotr-web/src/main/webapp/js/gemp-002/gameAnimations.js index 0f8a2e963..9fba37330 100644 --- a/gemp-lotr/gemp-lotr-web/src/main/webapp/js/gemp-002/gameAnimations.js +++ b/gemp-lotr/gemp-lotr-web/src/main/webapp/js/gemp-002/gameAnimations.js @@ -777,11 +777,11 @@ var GameAnimations = Class.extend({ if (fellowshipArchery == "null") $(".fpArchery").html(""); - else + else if (fellowshipArchery != null) $(".fpArchery").html(fellowshipArchery); if (shadowArchery == "null") $(".shadowArchery").html(""); - else + else if (shadowArchery != null) $(".shadowArchery").html(shadowArchery); $(".move").html(moveCount + "/" + moveLimit);