diff --git a/web/templates/account/settings.html b/web/templates/account/settings.html
index b500f03..a4f842b 100644
--- a/web/templates/account/settings.html
+++ b/web/templates/account/settings.html
@@ -1599,16 +1599,16 @@ window.addEventListener("DOMContentLoaded", (event) => {
}
window.requestAnimationFrame(() => {
- window.scrollTo(0, 0);
+ window.location.hash = window.location.hash;
});
});
})
// Show the requested tab on first page load.
showTab(window.location.hash.replace(/^#/, ''));
- // window.requestAnimationFrame(() => {
- // window.scrollTo(0, 0);
- // });
+ window.requestAnimationFrame(() => {
+ window.location.hash = window.location.hash;
+ });
});
// Look & Feel tab scripts.