diff --git a/contrib/js/nntpchan/post-reply.js b/contrib/js/nntpchan/post-reply.js index 48ee66c..b508be5 100644 --- a/contrib/js/nntpchan/post-reply.js +++ b/contrib/js/nntpchan/post-reply.js @@ -188,6 +188,7 @@ ReplyBox.prototype.hide = function() { } onready(function(){ + return; /* disabled */ var replyBox = new ReplyBox(); replyBox.hide(); document.reply = replyBox;