From 0d2f5da0fa4e24e4bc373a6357200b16e7a46b6a Mon Sep 17 00:00:00 2001 From: Joshvdw Date: Mon, 9 Dec 2024 15:19:38 +1300 Subject: [PATCH] removed about lottie code --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index d058916..1e08f56 100755 --- a/app.js +++ b/app.js @@ -30,7 +30,7 @@ const onReady = () => { document.querySelectorAll(".article-rich-text a").forEach((e) => { e.target = "_blank"; }); - page == "about" && aboutLottie(); + // page == "about" && aboutLottie(); stopCmdClick(); // prevent command click from triggering page transition };