Tastaturberuf / anyStores

Contao-Module: Organize any locations with geolocation search.
GNU Lesser General Public License v3.0
11 stars 7 forks source link

callback in scriptaufruf einbauen #108

Open pleenwise opened 1 year ago

pleenwise commented 1 year ago

Contao Version 4.10.7 anystores 1.15.1

Fehlermeldung in Konsole:

loading the Google Maps JavaScript API without a callback is not supported: https://developers.google.com/maps/documentation/javascript/url-params#required_parameters

Ergänzung des Parameters callback in anystores/classes/API/GoogleMaps.php:88

$arrParams['callback'] = 'Function.prototype';

Sollte die Fehlermeldung beheben, danke!