Archived
1
0

add comment

This commit is contained in:
Jeff 2016-05-03 15:20:08 -04:00
parent aadf8a9bfa
commit faf5071740

View File

@ -34,6 +34,7 @@ function table_insert_row(table, header, items) {
function DynReply(existingElem) {
if (existingElem) {
// wrap existing post form
// XXX: wrap it here
this.elem = existingElem;
this.form = this.elem.querySelector("form");
this._error = document.getElementById("postform_msg");