Game Hall now shows lock button.

This commit is contained in:
marcins78@gmail.com
2013-01-05 20:00:57 +00:00
parent 3e572f2489
commit d5253f7665

View File

@@ -24,7 +24,7 @@ response.setDateHeader ("Expires", -1);
$("#latestNews").append("<b>All sets are available to play.</b> "
+ "If you find any problems with specific card or rules in general, please report it <a href='http://lotrtcgdb.com/forums/index.php/topic,7592.0.html'>at the TLHH forums</a>.");
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;