summaryrefslogtreecommitdiff
path: root/script.js
diff options
context:
space:
mode:
author~willow <willow@tilde.club>2026-06-12 23:55:18 +0000
committer~willow <willow@tilde.club>2026-06-12 23:55:18 +0000
commit91f7eb0f9b859e4c4bc36ef1f926ca290b300afa (patch)
treea60e8b8fd5e50fa9cb6007550c46ba45a7fe8d56 /script.js
parent6975c74515be44d11624b8ca15dea66907b08b03 (diff)
wrote more about myself, expanded with several filesHEADmain
Diffstat (limited to 'script.js')
-rw-r--r--script.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/script.js b/script.js
index 1334088..be00984 100644
--- a/script.js
+++ b/script.js
@@ -1,4 +1,4 @@
-const ids = ["about", "maxwell"];
+const ids = ["about", "hobbies", "career", "maxwell"];
function toggle(toggled_id) {
var toggled_element = document.getElementById(toggled_id);