continue work

This commit is contained in:
calzoneman 2013-12-19 22:33:24 -05:00
parent 556f9eb9e7
commit fc63191773
4 changed files with 17 additions and 53 deletions

View file

@ -19,8 +19,6 @@ $(window).focus(function() {
FOCUSED = false;
});
$("#editmotd").click(showMOTDEditor);
$("#togglemotd").click(function () {
var hidden = $("#motd").css("display") === "none";
$("#motd").toggle();