diff --git a/contrib/js/nntpchan/post-reply.js b/contrib/js/nntpchan/post-reply.js index 4ef506b..c212c3a 100644 --- a/contrib/js/nntpchan/post-reply.js +++ b/contrib/js/nntpchan/post-reply.js @@ -174,7 +174,7 @@ ReplyBox.prototype.hide = function() { var self = this; if(!self.visible()) return; self._open = false; - $(self.elem).fadeout(400, function() { + $(self.elem).fadeOut(400, function() { self.submit.onclick = function(ev) {}; }); }