fix(web-ui): load js/bmd-card.js in index.html

The BMD card SVG renderer (window.BMDCards) was created in an earlier
session but never wired into index.html, so the new video-presence
indicator from a44d8bd was silently bailing at the !window.BMDCards
guard.  Loading it alongside the other helpers in /js/.
This commit is contained in:
opencode 2026-05-26 22:16:19 +00:00
parent a44d8bd7c9
commit 1535bbaefa

View file

@ -34,6 +34,7 @@
<script type="text/babel" src="screens-jobs.jsx"></script>
<script src="js/timecode.js"></script>
<script src="js/timeline.js"></script>
<script src="js/bmd-card.js"></script>
<script type="text/babel" src="screens-editor.jsx"></script>
<script type="text/babel" src="screens-admin.jsx"></script>
<script type="text/babel" src="modal-new-recorder.jsx"></script>