summaryrefslogtreecommitdiff
path: root/js/viewfeed.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-08-11 09:12:57 +0300
committerAndrew Dolgov <[email protected]>2015-08-11 09:12:57 +0300
commit231c672c5dacc9d2a0c5789da4ec5ebfe90aa22d (patch)
tree11798747fc9dd0f8a3b21c1bc519054692e41746 /js/viewfeed.js
parent023737c75697d176b02c1e150f9406e6a1a8fd8b (diff)
fix previous
Diffstat (limited to 'js/viewfeed.js')
-rw-r--r--js/viewfeed.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/viewfeed.js b/js/viewfeed.js
index eee365a0b..d73d388a9 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 = "<span class='loading'><img src='images/indicator_tiny.gif'> " +
__("Loading, please wait...") + "</span>";