Fix URL
This commit is contained in:
parent
53ea572be6
commit
4e37fb27b3
@ -87,7 +87,7 @@ export default class TbGoogleMap {
|
|||||||
this.initMapFunctionName = 'initGoogleMap_' + this.mapId;
|
this.initMapFunctionName = 'initGoogleMap_' + this.mapId;
|
||||||
|
|
||||||
window[this.initMapFunctionName] = function() { // eslint-disable-line no-undef, angular/window-service
|
window[this.initMapFunctionName] = function() { // eslint-disable-line no-undef, angular/window-service
|
||||||
lazyLoad.load({ type: 'js', path: 'https://unpkg.com/@google/@1.2.3/src/markerwithlabel.js' }).then( // eslint-disable-line no-undef
|
lazyLoad.load({ type: 'js', path: 'https://unpkg.com/@google/markerwithlabel@1.2.3/src/markerwithlabel.js' }).then( // eslint-disable-line no-undef
|
||||||
function success() {
|
function success() {
|
||||||
gmGlobals.gmApiKeys[tbMap.apiKey].loaded = true;
|
gmGlobals.gmApiKeys[tbMap.apiKey].loaded = true;
|
||||||
initGoogleMap();
|
initGoogleMap();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user