Archived
1
0
This commit is contained in:
Jeff Becker
2016-04-30 14:46:05 -04:00
parent ecb223ebc4
commit 3e4d128b9c
2 changed files with 2 additions and 2 deletions

View File

@@ -265,7 +265,7 @@ function init(prefix) {
var rpl = getReplyTo();
rpl.setPrefix(prefix);
var e = rpl.elem;
e.setAttribute("draggable", "true");
var mouseDownX, mouseDownY;
var originalX = window.width - 300;