plc_control/web
caoqianming 0e8d194a70 fix(web): remove duplicate loadAllEquipmentCards call in startOps
startOps() was calling loadAllEquipmentCards() redundantly — the
units-loaded event listener already calls it after loadUnits()
completes. This caused two parallel requests to /api/unit/:id/detail
for every unit on page load.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-26 09:23:09 +08:00
..
html fix(docs): widen API drawer and fix TOC scroll hijacking window 2026-03-25 14:41:17 +08:00
js fix(web): remove duplicate loadAllEquipmentCards call in startOps 2026-03-26 09:23:09 +08:00
index.html refactor(web): unify toast — remove duplicate, reuse api.js showToast 2026-03-25 13:11:23 +08:00
styles.css refactor(engine): replace 500ms ticker with per-unit event-driven tasks 2026-03-26 08:33:00 +08:00