Merge branch 'cbayer.reset-spots-after-no-recent-tx' into 'master'

reset sports after no recent tx timeout

See merge request gridtracker.org/gridtracker!113
rich-presence v1.21.0528
chrbayer84 2021-05-28 14:42:45 +00:00
commit b3b0f8295c
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -16044,7 +16044,8 @@ function pskSpotCheck(timeSec)
(timeSec - g_receptionReports.lastDownloadTimeSec) > PSKREPORTER_INTERVAL_IN_SECONDS
)
{
spotRefreshDiv.innerHTML = "No recent TX"
spotRefreshDiv.innerHTML = "No recent TX";
redrawSpots();
}
else
{