add comment
This commit is contained in:
parent
aadf8a9bfa
commit
faf5071740
@ -34,6 +34,7 @@ function table_insert_row(table, header, items) {
|
|||||||
function DynReply(existingElem) {
|
function DynReply(existingElem) {
|
||||||
if (existingElem) {
|
if (existingElem) {
|
||||||
// wrap existing post form
|
// wrap existing post form
|
||||||
|
// XXX: wrap it here
|
||||||
this.elem = existingElem;
|
this.elem = existingElem;
|
||||||
this.form = this.elem.querySelector("form");
|
this.form = this.elem.querySelector("form");
|
||||||
this._error = document.getElementById("postform_msg");
|
this._error = document.getElementById("postform_msg");
|
||||||
|
Reference in New Issue
Block a user