mirror of https://github.com/calzoneman/sync.git
Fix client motd issue
This commit is contained in:
parent
4f3adef1d3
commit
e76fd7b1c4
|
@ -179,7 +179,7 @@ Callbacks = {
|
||||||
CHANNEL.motd = motd;
|
CHANNEL.motd = motd;
|
||||||
$("#motd").html(motd);
|
$("#motd").html(motd);
|
||||||
$("#cs-motdtext").val(motd);
|
$("#cs-motdtext").val(motd);
|
||||||
if (data.motd != "") {
|
if (motd != "") {
|
||||||
$("#motdwrap").show();
|
$("#motdwrap").show();
|
||||||
$("#motd").show();
|
$("#motd").show();
|
||||||
$("#togglemotd").find(".glyphicon-plus")
|
$("#togglemotd").find(".glyphicon-plus")
|
||||||
|
|
Loading…
Reference in New Issue