This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
LBP
/
FreshRSS
mirror da
https://github.com/FreshRSS/FreshRSS.git
Segui
4
Vota
0
Forka
0
File
Problemi
0
Wiki
Sfoglia il codice sorgente
Autoload more articles if needed on big screens
Alexandre Alapetite
12 anni fa
parent
b8e6a3b5b2
commit
d632900b2f
1 ha cambiato i file
con
1 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
1
0
p/scripts/main.js
+ 1
- 0
p/scripts/main.js
Vedi File
@@ -448,6 +448,7 @@ function init_posts() {
load_more_posts();
}
});
+ box_to_follow.scroll();
}
}