Explorar o código

Reset scroll position on mark page as read

1pav %!s(int64=5) %!d(string=hai) anos
pai
achega
b730aa520d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      ui/static/js/app.js

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

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