Archived
1
0

try aligning right

This commit is contained in:
Jeff Becker
2016-04-30 15:07:56 -04:00
parent 940ac4dec0
commit 846fe26ec5
2 changed files with 2 additions and 1 deletions

View File

@@ -124,6 +124,7 @@ function DynReply(existingElem) {
}
DynReply.prototype.moveTo = function(x,y) {
x = window.screenX - x;
this.elem.setAttribute("style", "top: "+y+"px; right: "+x+"px;");
}