index.html missing bmd-card.js — fixed in 1535bba but documenting the gap #110
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixed in commit
1535bba.index.htmlnow loadsjs/bmd-card.jsbeforescreens-editor.jsx. Verified in currentmain.zgaetano referenced this issue2026-05-26 18:22:49 -04:00
Fix Plan — #110 index.html missing bmd-card.js
Status: Fixed in commit
1535bba. Documenting for completeness.Root cause:
screens-admin.jsxreferencedwindow.BMDCardsbutjs/bmd-card.jswas never loaded byindex.html. SVG card always blank.Fix: Added
<script src="/js/bmd-card.js"></script>toindex.html.Effort: Done ✓
**Priority: P3 — already fixed