summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-05-16 10:52:33 +0400
committerAndrew Dolgov <[email protected]>2013-05-16 10:52:33 +0400
commit6e098e5e8cf5418ca2caace71f02370a47a34117 (patch)
treeab4ab1e3c9d0fdb3d9fec635864194e1aac23e82
parent99d89d10b0c6fed9b921c22e9a6fb39de859e85d (diff)
enlarge auto mark offset height
-rw-r--r--js/viewfeed.js2
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);