From 69c1b64ed0dfe90f03a7932d38a10d80564b6d61 Mon Sep 17 00:00:00 2001 From: Xevion Date: Sun, 10 Apr 2022 22:23:21 -0500 Subject: [PATCH] Add easter-egg comment to custom js --- assets/js/custom.js | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/js/custom.js b/assets/js/custom.js index 468fed6..3796740 100644 --- a/assets/js/custom.js +++ b/assets/js/custom.js @@ -1,3 +1,4 @@ +// Easter egg feature! 🐣️ window.onload = () => { let commit = document.querySelector("#commit-id > a"); if (commit != null) {