Archived
1
0
This commit is contained in:
Jeff Becker 2017-01-16 11:52:59 -05:00
parent dfdf4043f1
commit 1467979dab

View File

@ -5,6 +5,8 @@ function getReplyTo() {
}
var e = document.dynreply.elem;
e.style.position = "fixed";
e.style.left = document.dynreply.x+ "px";
e.style.top = document.dynreply.y + "px";
e.setAttribute("class", "shadow");
return document.dynreply;
}