_k->K
This commit is contained in:
parent
39e4224034
commit
9b8d45ba74
1 changed files with 1 additions and 1 deletions
|
@ -526,7 +526,7 @@ Ox.Map = function(options, self) {
|
||||||
$.getScript(
|
$.getScript(
|
||||||
document.location.protocol
|
document.location.protocol
|
||||||
+ '//maps.google.com/maps/api/js?callback=googleCallback&sensor=false'
|
+ '//maps.google.com/maps/api/js?callback=googleCallback&sensor=false'
|
||||||
+ (options.api_key ? '&key=' + options.apiKey : '')
|
+ (options.apiKey ? '&key=' + options.apiKey : '')
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue