From 1b18fc89a28f59eb1faec425081ba36cef3ce6ef Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Mon, 16 Jan 2017 14:40:01 -0500 Subject: [PATCH] more --- contrib/js/nntpchan/post-reply.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {}; }); }