Merge pull request 'fix: restore news ticker on the map HUD' (#5) from fix/news-ticker-hud into master
Some checks failed
build-and-deploy / build (push) Has been cancelled
Some checks failed
build-and-deploy / build (push) Has been cancelled
Reviewed-on: #5
This commit is contained in:
commit
c58f66770c
1 changed files with 3 additions and 0 deletions
|
|
@ -2630,6 +2630,9 @@ initSettings();
|
||||||
initMarketTicker();
|
initMarketTicker();
|
||||||
checkHealth();
|
checkHealth();
|
||||||
initMap();
|
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);
|
setInterval(checkHealth, 30000);
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue