Explorar el Código

Reset scroll position on mark page as read

1pav hace 5 años
padre
commit
b730aa520d
Se han modificado 1 ficheros con 1 adiciones y 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);
             }