Changed the news message

This commit is contained in:
marcin.sciesinski
2019-09-26 12:34:11 -07:00
parent 0aaff083c6
commit fb32dc95a8

View File

@@ -50,8 +50,8 @@
$(document).ready(
function () {
$("#latestNews").append("<div class='serverTime' style='float: right'></div>");
$("#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 on Facebook group - <a target='_blank' href='https://www.facebook.com/groups/480488908698583/'>GEMP - LOTR</a>.");
$("#latestNews").append(
"If you find any problems with specific card or rules in general, please report it on TLHH forum - <a target='_blank' href='http://lotrtcgwiki.com/forums/index.php/topic,7592.0.html'>Report a bug</a>, please include game replay link.");
chat = new ChatBoxUI("Game Hall", $("#chat"), "/gemp-lotr-server", true, null, false, true);
chat.setBounds(2, 2, 780 - 4, 200 - 4);