more
This commit is contained in:
parent
dfdf4043f1
commit
1467979dab
@ -5,6 +5,8 @@ function getReplyTo() {
|
|||||||
}
|
}
|
||||||
var e = document.dynreply.elem;
|
var e = document.dynreply.elem;
|
||||||
e.style.position = "fixed";
|
e.style.position = "fixed";
|
||||||
|
e.style.left = document.dynreply.x+ "px";
|
||||||
|
e.style.top = document.dynreply.y + "px";
|
||||||
e.setAttribute("class", "shadow");
|
e.setAttribute("class", "shadow");
|
||||||
return document.dynreply;
|
return document.dynreply;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user