Files
featherChat/warzone
Siavash Sameni 19f316c32b Fix module script scope: wire buttons via JS instead of HTML onclick
<script type="module"> doesn't expose functions to onclick attributes.
Replaced all onclick="fn()" with document.getElementById().onclick = fn
so buttons work from module scope.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-27 08:56:33 +04:00
..
2026-03-27 08:01:36 +04:00