diff --git a/code/boot.js b/code/boot.js index 0a7579ee..211817ec 100644 --- a/code/boot.js +++ b/code/boot.js @@ -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' } });