more
This commit is contained in:
parent
4d954861aa
commit
718863a2fc
@ -83,7 +83,8 @@ function ReplyBox() {
|
|||||||
elem = document.createElement("input");
|
elem = document.createElement("input");
|
||||||
elem.name = "captcha";
|
elem.name = "captcha";
|
||||||
elem.autocomplete = "off";
|
elem.autocomplete = "off";
|
||||||
table_insert_row(tbody, document.createTextNode("Solution"), [elem, submit]);
|
table_insert_row(tbody, document.createTextNode("Solution"), [elem]);
|
||||||
|
table_insert_row(tbody, document.createTextNode("Post"), [submit]);
|
||||||
this.captcha_solution = elem;
|
this.captcha_solution = elem;
|
||||||
table.appendChild(tbody);
|
table.appendChild(tbody);
|
||||||
this.elem.appendChild(table);
|
this.elem.appendChild(table);
|
||||||
|
Reference in New Issue
Block a user