index.html missing bmd-card.js — fixed in 1535bba but documenting the gap #110

Closed
opened 2026-05-26 18:19:41 -04:00 by zgaetano · 1 comment
Owner

Fixed in commit 1535bba. index.html now loads js/bmd-card.js before screens-editor.jsx. Verified in current main.

Fixed in commit 1535bba. `index.html` now loads `js/bmd-card.js` before `screens-editor.jsx`. Verified in current `main`.
Author
Owner

Fix Plan — #110 index.html missing bmd-card.js

Status: Fixed in commit 1535bba. Documenting for completeness.

Root cause: screens-admin.jsx referenced window.BMDCards but js/bmd-card.js was never loaded by index.html. SVG card always blank.

Fix: Added <script src="/js/bmd-card.js"></script> to index.html.

Effort: Done ✓
**Priority: P3 — already fixed

## Fix Plan — #110 index.html missing bmd-card.js **Status:** Fixed in commit `1535bba`. Documenting for completeness. **Root cause:** `screens-admin.jsx` referenced `window.BMDCards` but `js/bmd-card.js` was never loaded by `index.html`. SVG card always blank. **Fix:** Added `<script src="/js/bmd-card.js"></script>` to `index.html`. **Effort:** Done ✓ **Priority: P3 — already fixed
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: WildDragonLLC/dragonflight#110
No description provided.