Archived
1
0

try making not dragable

This commit is contained in:
Jeff Becker
2016-04-30 14:49:09 -04:00
parent 5cd2c3d43a
commit 702dcf7997
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;