1
0
Fork 0

Reset scroll position on mark page as read

This commit is contained in:
1pav 2021-03-04 17:13:51 +01:00 committed by fguillot
parent 3d16c3e4e6
commit b730aa520d

View file

@ -106,7 +106,7 @@ function markPageAsRead() {
}
if (showOnlyUnread) {
window.location.reload();
window.location.href = window.location.href;
} else {
goToPage("next", true);
}