aboutsummaryrefslogtreecommitdiff
path: root/assets/js
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-06-08 00:14:54 -0400
committertdro <tdro@noreply.example.com>2022-06-08 00:14:54 -0400
commit029b09cda1b497752ee95e76232d3d633cf68367 (patch)
tree356caada250ab4f37f2baa817dfd6cd2e2ea29cb /assets/js
parent0576bc596a33bdb67be9cc852816fd0bab023f2a (diff)
downloadcanory-029b09cda1b497752ee95e76232d3d633cf68367.tar.gz
canory-029b09cda1b497752ee95e76232d3d633cf68367.tar.bz2
canory-029b09cda1b497752ee95e76232d3d633cf68367.zip
static/js/pager: Remove unnecessary replace state
Diffstat (limited to 'assets/js')
-rw-r--r--assets/js/index.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/assets/js/index.js b/assets/js/index.js
index b284ce8..1c2715b 100644
--- a/assets/js/index.js
+++ b/assets/js/index.js
@@ -32,9 +32,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() {
const up = document.getElementById("top");