diff options
| author | ~willow <willow@tilde.club> | 2026-06-12 23:55:18 +0000 |
|---|---|---|
| committer | ~willow <willow@tilde.club> | 2026-06-12 23:55:18 +0000 |
| commit | 91f7eb0f9b859e4c4bc36ef1f926ca290b300afa (patch) | |
| tree | a60e8b8fd5e50fa9cb6007550c46ba45a7fe8d56 /script.js | |
| parent | 6975c74515be44d11624b8ca15dea66907b08b03 (diff) | |
Diffstat (limited to 'script.js')
| -rw-r--r-- | script.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |
