From 91f7eb0f9b859e4c4bc36ef1f926ca290b300afa Mon Sep 17 00:00:00 2001 From: ~willow Date: Fri, 12 Jun 2026 23:55:18 +0000 Subject: wrote more about myself, expanded with several files --- script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'script.js') 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); -- cgit