bing logo https

fix syntax to please Travis
This commit is contained in:
photostu
2015-02-05 11:21:13 -05:00
parent 4080e729df
commit 9247dc9f41

View File

@@ -98,8 +98,8 @@ ol.source.BingMaps.prototype.handleImageryMetadataResponse =
}
var brandLogoUri = response.brandLogoUri;
if (ol.IS_HTTPS && brandLogoUri.indexOf("https")==-1){
brandLogoUri = brandLogoUri.replace("http", "https");
if (ol.IS_HTTPS && brandLogoUri.indexOf('https') == -1) {
brandLogoUri = brandLogoUri.replace('http', 'https');
}
//var copyright = response.copyright; // FIXME do we need to display this?
var resource = response.resourceSets[0].resources[0];