Archived
1
0
This commit is contained in:
Jeff Becker 2017-01-16 11:34:36 -05:00
parent 12f8ee9131
commit 9cf7e617cb

View File

@ -355,8 +355,8 @@ function init(prefix) {
var x = ev.pageX - $(this).width() / 2, var x = ev.pageX - $(this).width() / 2,
y = ev.pageY - $(this).height() / 2; y = ev.pageY - $(this).height() / 2;
$dragging.offset({ $dragging.offset({
top: y, top: y - 50,
left: x left: x - 50
}); });
} }
}); });