Compare commits
2 commits
61feeb6c5a
...
c58f66770c
| Author | SHA1 | Date | |
|---|---|---|---|
| c58f66770c | |||
|
|
0a7a9236d6 |
1 changed files with 3 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue