Quellcode durchsuchen

Reset scroll position on mark page as read

1pav vor 5 Jahren
Ursprung
Commit
b730aa520d
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      ui/static/js/app.js

+ 1 - 1
ui/static/js/app.js

@@ -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);
             }
             }