get rid of US

This commit is contained in:
jonathanlei
2023-08-29 13:49:50 -07:00
parent c166eb5894
commit 3bed16081c

View File

@@ -17,7 +17,7 @@
let userLocation = window.Osano.cm.countryCode;
// List of countries for which we want to serve the banner
let targetCountries = ['sg', 'my', 'id', 'th', 'vn', 'hk', 'au', 'us'];
let targetCountries = ['sg', 'my', 'id', 'th', 'vn', 'hk', 'au'];
// Check if the user's location is in the list of target countries
let isTargetCountry = targetCountries.includes(userLocation);