mirror of
https://github.com/aljazceru/twentyone-world.github.io.git
synced 2025-12-19 23:14:21 +01:00
external -> offbrand
This commit is contained in:
@@ -1858,7 +1858,7 @@
|
|||||||
"longitude": -97,
|
"longitude": -97,
|
||||||
"name": "Citadel Dispatch",
|
"name": "Citadel Dispatch",
|
||||||
"link_to_public_community_group": "https://citadeldispatch.com/",
|
"link_to_public_community_group": "https://citadeldispatch.com/",
|
||||||
"external": true
|
"offbrand": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"country": "United States Minor Outlying Islands",
|
"country": "United States Minor Outlying Islands",
|
||||||
|
|||||||
@@ -52,7 +52,7 @@ title: Twentyone.World
|
|||||||
function getColor(iso) {
|
function getColor(iso) {
|
||||||
let country = countries.find(c => c.alpha3 == iso);
|
let country = countries.find(c => c.alpha3 == iso);
|
||||||
if (country && country.link_to_public_community_group) {
|
if (country && country.link_to_public_community_group) {
|
||||||
return country.external ? cWhite : cOrange;
|
return country.offbrand ? cWhite : cOrange;
|
||||||
}
|
}
|
||||||
return cGray;
|
return cGray;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user