kopia lustrzana https://gitlab.com/gridtracker.org/gridtracker
reset sports after no recent tx timeout
rodzic
e20a57736d
commit
3e9e7396a4
|
@ -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
|
||||
{
|
||||
|
|
Ładowanie…
Reference in New Issue