1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-24 06:41:29 +00:00

grabber offset storage fixes

This commit is contained in:
Andrew Dolgov
2008-05-20 05:08:36 +01:00
parent d16a515917
commit 0fb6ae042f
2 changed files with 8 additions and 6 deletions

View File

@@ -478,7 +478,8 @@ function mouse_move_handler(e) {
client_y = window.event.clientY;
client_x = window.event.clientX;
} else if (e) {
client_x = e.screenX;
client_y = e.screenY;
}
if (mouse_is_down) {