summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-07-26 22:00:33 +0400
committerAndrew Dolgov <[email protected]>2014-07-26 22:00:33 +0400
commit1d6191ee0a115a7029bfe4983f6ecb04c6f5dd6c (patch)
treee2441b854cf2fa4a4ff05a39963ba5571beba451 /js
parent74217c72a1afc9fc7c2c7bea53c736b2246d6bae (diff)
always create headline-spacer on lazy load
Diffstat (limited to 'js')
-rw-r--r--js/viewfeed.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/viewfeed.js b/js/viewfeed.js
index 8f4b6dfe8..14c9217c1 100644
--- a/js/viewfeed.js
+++ b/js/viewfeed.js
@@ -151,9 +151,9 @@ function headlines_callback2(transport, offset, background, infscroll_req) {
if (!hsp) hsp = new Element("DIV", {"id": "headlines-spacer"});
- if (getInitParam("cdm_auto_catchup") == 1) {
+// if (getInitParam("cdm_auto_catchup") == 1) {
c.domNode.appendChild(hsp);
- }
+// }
console.log("added " + new_elems.size() + " headlines");