Skip to content

Commit

Permalink
#37611 - Changes gmap library location to https
Browse files Browse the repository at this point in the history
  • Loading branch information
rossb89 committed Jul 20, 2016
1 parent 0ef34d4 commit 764676b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions geofield_gmap.module
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ function geofield_gmap_library_info_build() {

$libraries['googlemaps'] = [
'js' => [
'http://maps.googleapis.com/maps/api/js?key=' . $key => [ 'type' => 'external' ]
'https://maps.googleapis.com/maps/api/js?key=' . $key => [ 'type' => 'external' ]
],
];

return $libraries;
}
}

0 comments on commit 764676b

Please sign in to comment.