From ba5801f92012d1764e831d7cf4b11f23dc1dcf7c Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Mon, 16 Jan 2017 14:19:27 -0500 Subject: [PATCH] add more logging --- contrib/js/nntpchan/post-reply.js | 1 + 1 file changed, 1 insertion(+) 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);