From aa5ab03d4ad6e7cb4d9efd3f9c177ebde7e4c4af Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Thu, 02 Mar 2023 17:14:29 +0000
Subject: [PATCH] docs: update to account for github changes
---
assets/js/router.js | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/assets/js/router.js b/assets/js/router.js
index efaa10e..c29ab77 100644
--- a/assets/js/router.js
+++ b/assets/js/router.js
@@ -15,7 +15,6 @@
}
const render = () => requestAnimationFrame(rerender)
-
window.addEventListener("DOMContentLoaded", () => {
apply((doc) => init(doc))
init()
--
Gitblit v1.10.0