diff --git a/contrib/js/nntpchan/post-reply.js b/contrib/js/nntpchan/post-reply.js index 0e0eef4..c935c66 100644 --- a/contrib/js/nntpchan/post-reply.js +++ b/contrib/js/nntpchan/post-reply.js @@ -169,6 +169,7 @@ onready(function(){ elem: elem }; var elems = elem.getElementsByClassName("postreply"); + console.log(elems); if(elems && elems[0]) { var e = elems[0].children[1]; console.log("inject reply box into "+e);