Archived
1
0

add to document

This commit is contained in:
Jeff Becker 2017-01-16 14:24:33 -05:00
parent 0fb9f392d7
commit c1c2ed2dda

View File

@ -86,6 +86,7 @@ function ReplyBox() {
this.captcha_solution = elem; this.captcha_solution = elem;
table.appendChild(tbody); table.appendChild(tbody);
this.elem.appendChild(table); this.elem.appendChild(table);
document.body.appendChild(this.elem);
} }
ReplyBox.prototype.result = function(msg, color) { ReplyBox.prototype.result = function(msg, color) {