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