Archived
1
0
This commit is contained in:
Jeff Becker
2016-04-30 13:31:57 -04:00
parent ac4eb96a69
commit 4264004eaf
2 changed files with 2 additions and 2 deletions

View File

@@ -265,7 +265,7 @@ function init(prefix) {
e.ondragend = function(ev) {
ev.preventDefault();
var el = document.getElementById("postform_container");
el.setAttribute("style", "top: "+ev.y+"px; left: "+ev.x+ "px; position: fixed; ");
el.setAttribute("style", "top: "+ev.windowY+"px; left: "+ev.windowX+ "px; position: fixed; ");
}
}