Fix client motd issue
This commit is contained in:
parent
4f3adef1d3
commit
e76fd7b1c4
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue