]> git.wh0rd.org - tt-rss.git/commitdiff
always create headline-spacer on lazy load
authorAndrew Dolgov <noreply@fakecake.org>
Sat, 26 Jul 2014 18:00:33 +0000 (22:00 +0400)
committerAndrew Dolgov <noreply@fakecake.org>
Sat, 26 Jul 2014 18:00:33 +0000 (22:00 +0400)
js/viewfeed.js

index 8f4b6dfe87dad0183f53a9c99fe4fbd3f5499e2d..14c9217c12f3d9431f68f39063b62a028c327e18 100644 (file)
@@ -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");