1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-15 23:05:55 +00:00

fix infinite scrolling for search results

This commit is contained in:
Andrew Dolgov
2012-10-10 16:30:26 +04:00
parent 7704bdc006
commit c67cd7ab9d
2 changed files with 10 additions and 1 deletions

View File

@@ -130,6 +130,9 @@ function headlines_callback2(transport, offset, background, infscroll_req) {
console.log("added " + num_added + " headlines");
if (num_added == 0)
_infscroll_disable = true;
console.log("restore selected ids: " + ids);
for (var i = 0; i < ids.length; i++) {