diff --git a/contrib/js/nntpchan/post-reply.js b/contrib/js/nntpchan/post-reply.js index 68e5e2e..0e0eef4 100644 --- a/contrib/js/nntpchan/post-reply.js +++ b/contrib/js/nntpchan/post-reply.js @@ -171,6 +171,7 @@ onready(function(){ var elems = elem.getElementsByClassName("postreply"); if(elems && elems[0]) { var e = elems[0].children[1]; + console.log("inject reply box into "+e); e.onclick = function(ev) { if(!replyInfo.show) { // is hidden, show reply