1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-23 02:31:28 +00:00

rework infinite scroll request synchronization

This commit is contained in:
Andrew Dolgov
2007-08-28 06:05:45 +01:00
parent a10d293c44
commit 82764a41dd
2 changed files with 17 additions and 2 deletions

View File

@@ -175,7 +175,8 @@ function headlines_callback2(transport, active_feed_id, is_cat, feed_cur_page) {
}
_feed_cur_page = feed_cur_page;
_infscroll_request_sent = 0;
notify("");
} catch (e) {
exception_error("headlines_callback2", e);