This website works better with JavaScript
Home
Explore
Help
Sign In
LBP
/
FressRSS
mirror of
https://github.com/FreshRSS/FreshRSS.git
Watch
4
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Autoload more articles if needed on big screens
Alexandre Alapetite
11 years ago
parent
b8e6a3b5b2
commit
d632900b2f
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
p/scripts/main.js
+ 1
- 0
p/scripts/main.js
View File
@@ -448,6 +448,7 @@ function init_posts() {
load_more_posts();
}
});
+ box_to_follow.scroll();
}
}