mirror of
https://github.com/netzmacht/contao-leaflet-maps.git
synced 2025-12-01 20:43:52 +01:00
Add leaflet ajax library.
This commit is contained in:
@@ -144,3 +144,10 @@ $GLOBALS['LEAFLET_ASSETS']['leaflet-providers'] = array(
|
||||
array('system/modules/leaflet/assets/leaflet/leaflet-providers/leaflet-providers.js', 'file')
|
||||
)
|
||||
);
|
||||
|
||||
$GLOBALS['LEAFLET_ASSETS']['leaflet-ajax'] = array(
|
||||
'javascript' => array(
|
||||
array('system/modules/leaflet/assets/leaflet/leaflet-ajax/leaflet.ajax.min.js', 'file')
|
||||
)
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user