This commit is contained in:
marcins78@gmail.com
2012-04-06 12:44:46 +00:00
parent e36a7bde81
commit ec05e0b3e2

View File

@@ -165,7 +165,7 @@ var GempLotrHallUI = Class.extend({
var motd = root.getAttribute("motd");
if (motd != null)
$("#motd").html(motd);
$("#motd").html("<b>MOTD:</b> " + motd);
var waiting = root.getAttribute("waiting") == "true";