This commit is contained in:
j 2017-06-09 09:44:28 +02:00
parent 39e4224034
commit 9b8d45ba74

View file

@ -526,7 +526,7 @@ Ox.Map = function(options, self) {
$.getScript(
document.location.protocol
+ '//maps.google.com/maps/api/js?callback=googleCallback&sensor=false'
+ (options.api_key ? '&key=' + options.apiKey : '')
+ (options.apiKey ? '&key=' + options.apiKey : '')
);
}