more debugging
This commit is contained in:
@@ -174,7 +174,7 @@ DynReply.prototype.setRoot = function(roothash) {
|
||||
|
||||
// reply box function
|
||||
function nntpchan_reply(prefix, parent, shorthash) {
|
||||
console.log(parent);
|
||||
console.log(parent.roothash, parent.boardname);
|
||||
if (prefix && parent && parent.roothash && parent.boardname) {
|
||||
var boardname = parent.boardname;
|
||||
var roothash = parent.roothash;
|
||||
|
Reference in New Issue
Block a user