Archived
1
0
This commit is contained in:
Jeff
2016-05-03 15:08:16 -04:00
parent f227786e33
commit 3e20e100f5
2 changed files with 2 additions and 2 deletions

View File

@@ -391,7 +391,7 @@ function init(prefix) {
y = ev.pageY - $(this).height() / 2;
$dragging.offset({
top: y,
right: document.body.clientLeft - x
left: x
});
}
});