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