Archived
1
0

more debugging

This commit is contained in:
Jeff Becker
2016-04-30 12:34:29 -04:00
parent f0fd23e6a9
commit a51f9a77e6
2 changed files with 2 additions and 2 deletions

View File

@@ -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;