fix: restore news ticker on the map HUD #5

Merged
sirius merged 1 commit from fix/news-ticker-hud into master 2026-08-27 21:45:42 -04:00

View file

@ -2630,6 +2630,9 @@ initSettings();
initMarketTicker();
checkHealth();
initMap();
// Ticker lives on the map HUD — load after overlays start so it does not
// contend with the first bbox burst. Payload is slim (no article bodies).
setTimeout(() => loadNews(true), 400);
setInterval(checkHealth, 30000);
</script>
</body>