]> git.wh0rd.org - tt-rss.git/blobdiff - js/viewfeed.js
fix previous
[tt-rss.git] / js / viewfeed.js
index eee365a0bcd48cf6a45717bf520aa877691d0669..d73d388a98b17d4af6f6e7b5c7a50e41f481f27b 100644 (file)
@@ -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 = "<span class='loading'><img src='images/indicator_tiny.gif'> " +
                                        __("Loading, please wait...") + "</span>";