summaryrefslogtreecommitdiff
path: root/js/viewfeed.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/viewfeed.js')
-rwxr-xr-xjs/viewfeed.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/js/viewfeed.js b/js/viewfeed.js
index d7db88d37..e94232c50 100755
--- a/js/viewfeed.js
+++ b/js/viewfeed.js
@@ -1094,7 +1094,7 @@ function unpackVisibleHeadlines() {
if (!isCombinedMode() || !getInitParam("cdm_expanded")) return;
const rows = $$("#headlines-frame div[id*=RROW][data-content]");
- const threshold = $("headlines-frame").scrollTop + $("headlines-frame").offsetHeight + 300;
+ const threshold = $("headlines-frame").scrollTop + $("headlines-frame").offsetHeight + 600;
for (let i = 0; i < rows.length; i++) {
const row = rows[i];
@@ -1121,7 +1121,6 @@ function headlinesScrollHandler(event) {
try {
unpackVisibleHeadlines();
-
if (isCombinedMode()) {
updateFloatingTitle();