|
@@ -179,8 +179,8 @@ |
|
|
block discarded – undo |
|
179
|
179
|
$gmapsParams['key'] = $key; |
|
180
|
180
|
} |
|
181
|
181
|
$this->extend('updateGoogleMapsParams', $gmapsParams); |
|
182
|
|
- Requirements::css('betterbrief/silverstripe-googlemapfield: client/css/GoogleMapField.css'); |
|
183
|
|
- Requirements::javascript('betterbrief/silverstripe-googlemapfield: client/js/GoogleMapField.js'); |
|
|
182
|
+ Requirements::css('betterbrief/silverstripe-googlemapfield: client/css/GoogleMapField.css'); |
|
|
183
|
+ Requirements::javascript('betterbrief/silverstripe-googlemapfield: client/js/GoogleMapField.js'); |
|
184
|
184
|
Requirements::javascript('//maps.googleapis.com/maps/api/js?' . http_build_query($gmapsParams)); |
|
185
|
185
|
} |
|
186
|
186
|
|
Please login to merge, or discard this patch.