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:
parent
a44d8bd7c9
commit
1535bbaefa
1 changed files with 1 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue