Archived
1
0
This commit is contained in:
Jeff Becker 2017-01-16 12:01:49 -05:00
parent 997fad55e4
commit 5cc2b1b937

View File

@ -257,8 +257,8 @@ function init(prefix) {
y = ev.pageY - $(this).height() / 2; y = ev.pageY - $(this).height() / 2;
$(e).offset({ $(e).offset({
top: y / 2, top: y,
left: x / 2 left: x
}); });
} }
}); });