Archived
1
0

try fixing dynamic reply

This commit is contained in:
Jeff Becker
2016-04-30 12:37:36 -04:00
parent 926aa0b69f
commit c8217dad84
2 changed files with 2 additions and 4 deletions

View File

@@ -117,9 +117,7 @@ function DynReply(existingElem) {
table.appendChild(tbody);
this.form.appendChild(table);
this.elem.appendChild(this.form);
parent.appendChild(this.elem);
document.appendChild(this.elem);
this.board = null;
this.roothash = null;
this.prefix = null;