aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/js/pager.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/js/pager.ts b/static/js/pager.ts
index 6b03270..e93fcca 100644
--- a/static/js/pager.ts
+++ b/static/js/pager.ts
@@ -24,6 +24,7 @@
const hashed = fragmented && document.body.contains(fragment);
if (hashed) {
self.location.hash = hash;
+ self.location.href = hash;
if (load) fragment.scrollIntoView();
}
return hashed;