mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-24 06:41:29 +00:00
do not perform catchup batch request when infscroll request is in progress
This commit is contained in:
@@ -1389,7 +1389,7 @@ function headlines_scroll_handler(e) {
|
||||
|
||||
function catchupBatchedArticles() {
|
||||
try {
|
||||
if (catchup_id_batch.length > 0) {
|
||||
if (catchup_id_batch.length > 0 && !_infscroll_request_sent) {
|
||||
|
||||
var query = "?op=rpc&subop=catchupSelected" +
|
||||
"&cmode=0&ids=" + param_escape(catchup_id_batch.toString());
|
||||
|
||||
Reference in New Issue
Block a user