aboutsummaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2024-01-17 13:32:28 -0500
committertdro <tdro@noreply.example.com>2024-01-17 13:33:21 -0500
commitb545e1cc865898bf6e56e29c5df21942a8771b7e (patch)
treec795d64949105cc8d3fc87d696762c574c102f7e /assets
parentf4df1cbd7b4000d624147524681e4643bf1449f0 (diff)
downloadcanory-b545e1cc865898bf6e56e29c5df21942a8771b7e.tar.gz
canory-b545e1cc865898bf6e56e29c5df21942a8771b7e.tar.bz2
canory-b545e1cc865898bf6e56e29c5df21942a8771b7e.zip
static/js/pager: Drop the load event
Diffstat (limited to 'assets')
-rw-r--r--assets/js/index.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/assets/js/index.js b/assets/js/index.js
index 4755113..f417396 100644
--- a/assets/js/index.js
+++ b/assets/js/index.js
@@ -62,10 +62,6 @@
history.go(-1);
}
};
- self.addEventListener("load", function() {
- link();
- scrollHash(url, true);
- });
[
"DOMContentLoaded",
"pageshow",