mirror of
https://github.com/smittix/intercept.git
synced 2026-06-13 00:03:33 -07:00
ebe0bf9431
Bug: Both files were fetching orbit data for the dropdown-selected satellite instead of the satellite from the selected pass. Fixes: - satellite_dashboard.html: updateRealTimePositions() now uses passes[selectedPass].satellite instead of selectedSatellite - index.html: updateRealTimePosition() now ensures the selected pass's satellite is included in the position request, and added includeTrack: true to get orbit data 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>