Commit ce6ac59
Fix: add missing HTML IDs causing JS crash in pages 1, 3, 5
Root cause: <table> elements used class='truth-table'/'state-table' but JS
referenced getElementById('truth-table')/'state-table') — returned null,
crashed renderAll() before canvas animation or language event listeners
could initialize.
Fixes:
- page1: added id='truth-table' to truth table element
- page3: added id='state-table' to state table element
- page5: added background to brain-region divs for visibility
- All 6 pages verified: zero JS↔HTML ID mismatches, valid syntax
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 054ba6a commit ce6ac59
3 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
| 126 | + | |
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
0 commit comments