kopia lustrzana https://gitlab.com/gridtracker.org/gridtracker
Purge internal data before v1.22.1010 only
rodzic
e040fc7645
commit
8c34b432c6
|
@ -20,8 +20,13 @@ if (typeof localStorage.currentVersion == "undefined" || localStorage.currentVer
|
||||||
gui.App.clearCache();
|
gui.App.clearCache();
|
||||||
|
|
||||||
// If the version changed, the interanl qso file is possibly out of date so don't read it
|
// If the version changed, the interanl qso file is possibly out of date so don't read it
|
||||||
|
// 1221010 introduced "|"s in DXCC, CQ and ITU g_tracker so older data is no longer valid
|
||||||
|
// update this number if anything in the internal_qso format has changed
|
||||||
|
if (gtVersion < 1221010)
|
||||||
|
{
|
||||||
g_readInternalQso = false;
|
g_readInternalQso = false;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
var vers = String(gtVersion);
|
var vers = String(gtVersion);
|
||||||
var gtShortVersion =
|
var gtShortVersion =
|
||||||
|
|
Ładowanie…
Reference in New Issue