fixed URL to new dist image folder
This commit is contained in:
parent
9b424c328c
commit
38f22989d6
@ -321,7 +321,7 @@ function boot() {
|
||||
window.runOnSmartphonesBeforeBoot();
|
||||
|
||||
// overwrite default Leaflet Marker icon to be a neutral color
|
||||
var base = 'https://iitc.jonatkins.com/dist/images';
|
||||
var base = 'http://iitc.jonatkins.com/dist/images';
|
||||
L.Icon.Default.imagePath = base;
|
||||
|
||||
window.iconEnl = L.Icon.Default.extend({options: { iconUrl: base + '/marker-green.png' } });
|
||||
|
Loading…
x
Reference in New Issue
Block a user