Archived
1
0

document.appendChild -> document.body.appendChild

This commit is contained in:
Jeff Becker
2016-04-30 12:39:46 -04:00
parent c8217dad84
commit a96b4d0585
2 changed files with 2 additions and 2 deletions

View File

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