Archived
1
0
This commit is contained in:
Jeff Becker 2017-01-16 12:01:22 -05:00
parent 95b4dd7c91
commit 997fad55e4

View File

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