From d5253f766504e81a25141826fc238e6e44845fb8 Mon Sep 17 00:00:00 2001 From: "marcins78@gmail.com" Date: Sat, 5 Jan 2013 20:00:57 +0000 Subject: [PATCH] Game Hall now shows lock button. --- gemp-lotr/gemp-lotr-web/src/main/webapp/hall.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gemp-lotr/gemp-lotr-web/src/main/webapp/hall.html b/gemp-lotr/gemp-lotr-web/src/main/webapp/hall.html index 1611c07cf..b3b9cf908 100644 --- a/gemp-lotr/gemp-lotr-web/src/main/webapp/hall.html +++ b/gemp-lotr/gemp-lotr-web/src/main/webapp/hall.html @@ -24,7 +24,7 @@ response.setDateHeader ("Expires", -1); $("#latestNews").append("All sets are available to play. " + "If you find any problems with specific card or rules in general, please report it at the TLHH forums."); - chat = new ChatBoxUI("Game Hall", $("#chat"), "/gemp-lotr-server", true, null, true); + chat = new ChatBoxUI("Game Hall", $("#chat"), "/gemp-lotr-server", true, null, true, true); chat.setBounds(2, 2, 780 - 4, 200 - 4); chat.showTimestamps = true;