This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
LBP
/
FressRSS
mirror de
https://github.com/FreshRSS/FreshRSS.git
Vigiar
4
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Wiki
Ver Fonte
Autoload more articles if needed on big screens
Alexandre Alapetite
há 11 anos atrás
pai
b8e6a3b5b2
commit
d632900b2f
1 ficheiros alterados
com
1 adições
e
0 exclusões
Visão Unificada
Mostrar Estatísticas Diff
1
0
p/scripts/main.js
+ 1
- 0
p/scripts/main.js
Ver Ficheiro
@@ -448,6 +448,7 @@ function init_posts() {
load_more_posts();
load_more_posts();
}
}
});
});
+ box_to_follow.scroll();
}
}
}
}