This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
LBP
/
FreshRSS
kopia lustrzana
https://github.com/FreshRSS/FreshRSS.git
Obserwuj
4
Polub
0
Forkuj
0
Pliki
Problemy
0
Wiki
Przeglądaj źródła
Autoload more articles if needed on big screens
Alexandre Alapetite
12 lat temu
rodzic
b8e6a3b5b2
commit
d632900b2f
1 zmienionych plików
z
1 dodań
i
0 usunięć
Widok podzielony
Pokaż statystyki zmian
1
0
p/scripts/main.js
+ 1
- 0
p/scripts/main.js
Wyświetl plik
@@ -448,6 +448,7 @@ function init_posts() {
load_more_posts();
}
});
+ box_to_follow.scroll();
}
}