Commit ef32bf1
Fix JS error on reparse: change const to let for reassigned variable
populateArticle() reassigns j after a reparse, but j was declared
as const which throws TypeError in strict mode.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent ccc62e8 commit ef32bf1
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
325 | 325 | | |
326 | 326 | | |
327 | 327 | | |
328 | | - | |
| 328 | + | |
329 | 329 | | |
330 | 330 | | |
331 | 331 | | |
| |||
0 commit comments