Archived
1
0

add more logging

This commit is contained in:
Jeff Becker 2017-01-16 14:19:27 -05:00
parent b65e0cdfba
commit ba5801f920

View File

@ -169,6 +169,7 @@ onready(function(){
elem: elem elem: elem
}; };
var elems = elem.getElementsByClassName("postreply"); var elems = elem.getElementsByClassName("postreply");
console.log(elems);
if(elems && elems[0]) { if(elems && elems[0]) {
var e = elems[0].children[1]; var e = elems[0].children[1];
console.log("inject reply box into "+e); console.log("inject reply box into "+e);