aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/js/pager.ts7
1 files changed, 0 insertions, 7 deletions
diff --git a/static/js/pager.ts b/static/js/pager.ts
index 88e9f83..49f3b2d 100644
--- a/static/js/pager.ts
+++ b/static/js/pager.ts
@@ -28,13 +28,6 @@
const currentPosition = self.pageYOffset;
settings["pager"][url] = currentPosition;
localStorage["settings"] = JSON.stringify(settings);
- if (self.location.hash.length === 0) {
- history.replaceState(
- {},
- document.title,
- window.location.href.split("#")[0],
- );
- }
});
self.addEventListener("DOMContentLoaded", function () {