From 46ea4979e8076f8adadac7b0a77147faae8da255 Mon Sep 17 00:00:00 2001 From: "marcins78@gmail.com" Date: Fri, 18 Jan 2013 19:06:57 +0000 Subject: [PATCH] Fixing invalid URL. --- gemp-lotr/gemp-lotr-async/src/main/web/js/gemp-016/gameUi.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gemp-lotr/gemp-lotr-async/src/main/web/js/gemp-016/gameUi.js b/gemp-lotr/gemp-lotr-async/src/main/web/js/gemp-016/gameUi.js index 6899ca25c..8e7c97a61 100644 --- a/gemp-lotr/gemp-lotr-async/src/main/web/js/gemp-016/gameUi.js +++ b/gemp-lotr/gemp-lotr-async/src/main/web/js/gemp-016/gameUi.js @@ -924,7 +924,7 @@ var GempLotrGameUI = Class.extend({ if (gameHallButton) { buttons["Go to Game Hall"] = function() { - location.href = "/game-lotr/hall.html"; + location.href = "/gemp-lotr/hall.html"; }; }