mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-03-22 16:21:18 -04:00
Add spell checking with typos (#4138)
* Add spell checking with typos Implement https://github.com/FreshRSS/FreshRSS/pull/4134#issuecomment-1008027558 * GitHub Actions attempt * Quiet wget * Makefile
This commit is contained in:
committed by
GitHub
parent
9dbbe924c5
commit
4e2dff4591
@@ -34,9 +34,9 @@ function load_panel(link) {
|
||||
document.getElementById('overlay').classList.add('visible');
|
||||
panel.classList.add('visible');
|
||||
|
||||
// force le démarrage du scroll en haut.
|
||||
// Sans ça, si l’on scroll en lisant une catégorie par exemple,
|
||||
// en en ouvrant une autre ensuite, on se retrouve au même point de scroll
|
||||
// Force the initial scroll to the top.
|
||||
// Without it, if one scrolls down in a category (for instance)
|
||||
// and then open another one, we risk being at the same scroll position
|
||||
panel.scrollTop = 0;
|
||||
document.documentElement.scrollTop = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user