Fix client motd issue

This commit is contained in:
calzoneman 2015-01-16 19:35:26 -06:00
parent 4f3adef1d3
commit e76fd7b1c4

View file

@ -179,7 +179,7 @@ Callbacks = {
CHANNEL.motd = motd;
$("#motd").html(motd);
$("#cs-motdtext").val(motd);
if (data.motd != "") {
if (motd != "") {
$("#motdwrap").show();
$("#motd").show();
$("#togglemotd").find(".glyphicon-plus")