Archived
1
0

enable dragable

This commit is contained in:
Jeff Becker
2016-04-30 14:54:24 -04:00
parent 917b15156c
commit 2d9aac039c
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");
e.setAttribute("draggable", "true");
var mouseDownX, mouseDownY;
var originalX = window.width - 300;