Fixing invalid URL.

This commit is contained in:
marcins78@gmail.com
2013-01-18 19:06:57 +00:00
parent ac08f02ee7
commit 46ea4979e8

View File

@@ -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";
};
}