This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
LBP
/
FreshRSS
espejo de
https://github.com/FreshRSS/FreshRSS.git
Seguir
4
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
Autoload more articles if needed on big screens
Alexandre Alapetite
hace 12 años
padre
b8e6a3b5b2
commit
d632900b2f
Se han
modificado 1 ficheros
con
1 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
1
0
p/scripts/main.js
+ 1
- 0
p/scripts/main.js
Ver fichero
@@ -448,6 +448,7 @@ function init_posts() {
load_more_posts();
}
});
+ box_to_follow.scroll();
}
}