Archived
1
0

disable post reply

This commit is contained in:
Jeff 2017-01-29 16:15:01 -05:00
parent 7d556b0615
commit 9e47a4f2c8

View File

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