mirror of
https://github.com/miniflux/v2.git
synced 2025-06-27 16:36:00 +00:00
Reset scroll position on mark page as read
This commit is contained in:
parent
3d16c3e4e6
commit
b730aa520d
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ function markPageAsRead() {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (showOnlyUnread) {
|
if (showOnlyUnread) {
|
||||||
window.location.reload();
|
window.location.href = window.location.href;
|
||||||
} else {
|
} else {
|
||||||
goToPage("next", true);
|
goToPage("next", true);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue