Archived
1
0

update dynamic reply

This commit is contained in:
Jeff Becker
2016-04-30 13:03:18 -04:00
parent 74099cb5f2
commit fffe030fa2
2 changed files with 2 additions and 2 deletions

View File

@@ -177,7 +177,7 @@ DynReply.prototype.setRoot = function(roothash) {
function nntpchan_reply(prefix, parent, shorthash) {
if (prefix && parent) {
var boardname = parent.getAttribute("boardname");
var roothash = parent.getAttribute("roothash");
var roothash = parent.getAttribute("root");
var replyto = getReplyTo();
// set target
replyto.setBoard(boardname);