From: Andrew Dolgov Date: Tue, 11 Aug 2015 06:12:57 +0000 (+0300) Subject: fix previous X-Git-Tag: 16.3~181 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=231c672c5dacc9d2a0c5789da4ec5ebfe90aa22d;p=tt-rss.git fix previous --- diff --git a/js/viewfeed.js b/js/viewfeed.js index eee365a0..d73d388a 100644 --- a/js/viewfeed.js +++ b/js/viewfeed.js @@ -1279,7 +1279,7 @@ function headlines_scroll_handler(e) { } if (!_infscroll_disable) { - if (hsp && hsp.offsetTop + -100 <= e.scrollTop + e.offsetHeight) { + if (hsp && hsp.offsetTop - 100 <= e.scrollTop + e.offsetHeight) { hsp.innerHTML = " " + __("Loading, please wait...") + "";