Fix per chiamate https api google
This commit is contained in:
parent
2dd4b77e5f
commit
07968489c5
|
@ -9,7 +9,7 @@ $google = Settings::get('Google Maps API key');
|
|||
|
||||
if (!empty($google)) {
|
||||
echo '
|
||||
<script src="http://maps.googleapis.com/maps/api/js?libraries=places&key='.$google.'"></script>';
|
||||
<script src="//maps.googleapis.com/maps/api/js?libraries=places&key='.$google.'"></script>';
|
||||
}
|
||||
|
||||
if (!$cliente) {
|
||||
|
|
|
@ -7,7 +7,7 @@ $google = Settings::get('Google Maps API key');
|
|||
/*
|
||||
if (!empty($google)) {
|
||||
echo '
|
||||
<script src="http://maps.googleapis.com/maps/api/js?libraries=places&key='.$google.'"></script>';
|
||||
<script src="//maps.googleapis.com/maps/api/js?libraries=places&key='.$google.'"></script>';
|
||||
}
|
||||
*/
|
||||
|
||||
|
|
Loading…
Reference in New Issue