unfuck catchupbatchedarticles a bit
This commit is contained in:
parent
8292123ebc
commit
b71add41d5
1 changed files with 4 additions and 9 deletions
|
@ -1320,17 +1320,12 @@ function headlines_scroll_handler(e) {
|
|||
if (catchup_id_batch.length > 0) {
|
||||
window.clearTimeout(catchup_timeout_id);
|
||||
|
||||
if (!_infscroll_request_sent) {
|
||||
if (catchup_id_batch.length < 10) {
|
||||
catchup_timeout_id = window.setTimeout('catchupBatchedArticles()',
|
||||
500);
|
||||
} else {
|
||||
catchupBatchedArticles();
|
||||
}
|
||||
}
|
||||
catchup_timeout_id = window.setTimeout('catchupBatchedArticles()', 500);
|
||||
|
||||
if (catchup_id_batch.length >= 10) {
|
||||
catchupBatchedArticles();
|
||||
}
|
||||
}
|
||||
|
||||
if (_infscroll_disable) {
|
||||
var child = $$("#headlines-frame div[id*=RROW]").last();
|
||||
|
|
Loading…
Reference in a new issue