dbServer stuff
This commit is contained in:
@@ -281,7 +281,7 @@ if (uuid != null) {
|
||||
RefreshInterval = data.refresh;
|
||||
nHistoryItems = (data.history < 2) ? 0 : data.history;
|
||||
binCraft = data.binCraft ? true : false;
|
||||
dbServer = data.dbServer ? true : false;
|
||||
dbServer = (data.dbServer && data.globeIndexGrid != null) ? true : false;
|
||||
|
||||
if (receiverJson.lat != null) {
|
||||
SiteLat = receiverJson.lat;
|
||||
|
||||
@@ -1056,7 +1056,7 @@ function initSourceFilter(colors) {
|
||||
if (globeIndex)
|
||||
html += createFilter(colors['unknown'], 'Unknown');
|
||||
|
||||
if (globeIndex || dbServer)
|
||||
if (globeIndex)
|
||||
html += createFilter(colors['uat'], 'ADS-C');
|
||||
|
||||
document.getElementById('sourceFilter').innerHTML = html;
|
||||
|
||||
Reference in New Issue
Block a user