Archived
1
0
This commit is contained in:
Jeff Becker 2017-01-16 11:59:12 -05:00
parent 2aac424dc2
commit 4665c0eb4e

View File

@ -255,7 +255,7 @@ function init(prefix) {
if ($dragging) { if ($dragging) {
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;
e.offset({ $(e).offset({
top: y, top: y,
left: x left: x
}); });