Archived
1
0

Merge branch 'master' of ssh://github.com/majestrate/nntpchan

This commit is contained in:
Jeff Becker
2017-01-29 17:21:52 -05:00
2 changed files with 2 additions and 1 deletions

View File

@@ -188,6 +188,7 @@ ReplyBox.prototype.hide = function() {
}
onready(function(){
return; /* disabled */
var replyBox = new ReplyBox();
replyBox.hide();
document.reply = replyBox;