more
This commit is contained in:
parent
95b4dd7c91
commit
997fad55e4
@ -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
|
||||
});
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user