Archived
1
0

try to make sure e is not null

This commit is contained in:
Jeff
2016-05-04 13:12:46 -04:00
parent 8f1a497f13
commit 96f6044489
2 changed files with 2 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ function getReplyTo() {
// build a new postform
document.dynreply = new DynReply();
}
e = document.dynreply.elem;
e.style.position = "fixed";
e.setAttribute("class", "shadow");
}