mirror of
https://github.com/devcode-it/openstamanager.git
synced 2024-12-26 15:54:17 +01:00
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
Block a user