Archived
1
0
This commit is contained in:
Jeff Becker 2017-01-16 14:33:44 -05:00
parent 898bc668d9
commit 8d6bd12346

View File

@ -24,6 +24,7 @@ function table_insert_row(table, header, items) {
function ReplyBox() {
var elem = document.createElement("div");
this.elem = elem;
elem.setAttribute("class", "shadow shadow-box");
// reference
elem = document.createElement("input");
elem.name = "reference";