diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2013-05-16 10:52:33 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2013-05-16 10:52:33 +0400 |
| commit | 6e098e5e8cf5418ca2caace71f02370a47a34117 (patch) | |
| tree | ab4ab1e3c9d0fdb3d9fec635864194e1aac23e82 /js/viewfeed.js | |
| parent | 99d89d10b0c6fed9b921c22e9a6fb39de859e85d (diff) | |
enlarge auto mark offset height
Diffstat (limited to 'js/viewfeed.js')
| -rw-r--r-- | js/viewfeed.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/viewfeed.js b/js/viewfeed.js index 50bec1966..095bfab22 100644 --- a/js/viewfeed.js +++ b/js/viewfeed.js @@ -1248,7 +1248,7 @@ function headlines_scroll_handler(e) { var child = rows[i]; if ($("headlines-frame").scrollTop < child.offsetTop && - child.offsetTop - $("headlines-frame").scrollTop < 50) { + child.offsetTop - $("headlines-frame").scrollTop < 100) { if (_active_article_id) { var row = $("RROW-" + _active_article_id); |