Commit 0dcac9e
fix: Restore missing braces in simpleYAMLParse, update to v0.2
Fix two missing closing braces in simpleYAMLParse() that caused a
JS parse error breaking all page functionality (Import YAML button
did nothing). The braces for `if (i < lines.length)` were dropped
when the comment-skipping fix was applied in parseBlock and parseList.
Also:
- Update version v1 → v0.2 and date to 2026-02-28
- Fix quickstart: arena dropdown now "G4.1 (2×12)" (CCW removed)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent f9b6cd8 commit 0dcac9e
2 files changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
720 | 720 | | |
721 | 721 | | |
722 | 722 | | |
723 | | - | |
| 723 | + | |
724 | 724 | | |
725 | 725 | | |
726 | 726 | | |
| |||
1842 | 1842 | | |
1843 | 1843 | | |
1844 | 1844 | | |
| 1845 | + | |
1845 | 1846 | | |
1846 | 1847 | | |
1847 | 1848 | | |
| |||
1895 | 1896 | | |
1896 | 1897 | | |
1897 | 1898 | | |
| 1899 | + | |
1898 | 1900 | | |
1899 | 1901 | | |
1900 | 1902 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
254 | 254 | | |
255 | 255 | | |
256 | 256 | | |
257 | | - | |
| 257 | + | |
258 | 258 | | |
259 | 259 | | |
260 | 260 | | |
| |||
0 commit comments