summaryrefslogtreecommitdiff
path: root/script.js
diff options
context:
space:
mode:
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);