diff --git a/code/boot.js b/code/boot.js index 6077f03a..92f12260 100644 --- a/code/boot.js +++ b/code/boot.js @@ -251,8 +251,8 @@ function boot() { window.runOnSmartphonesBeforeBoot(); // overwrite default Leaflet Marker icon to be a neutral color - var base = 'http://breunigs.github.com/ingress-intel-total-conversion/dist/'; - L.Icon.Default.imagePath = base + 'images'; + var base = 'http://breunigs.github.com/ingress-intel-total-conversion/dist/images'; + L.Icon.Default.imagePath = base; window.iconEnl = L.Icon.extend({options: { iconUrl: base + 'marker-green.png' } }); window.iconRes = L.Icon.extend({options: { iconUrl: base + 'marker-blue.png' } });