aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/js/pager.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/static/js/pager.ts b/static/js/pager.ts
index e93fcca..e818d17 100644
--- a/static/js/pager.ts
+++ b/static/js/pager.ts
@@ -67,8 +67,6 @@
}
};
- self.addEventListener("load", function () { link(); scrollHash(url, true); });
-
["DOMContentLoaded", "pageshow", "hashchange", "URLChangedCustomEvent"].forEach(
function (event) {
self.addEventListener(event, function (event) {