use GitHub pages path again, let’s see if their rate limit and caching behaviour is better

This commit is contained in:
Stefan Breunig 2013-02-26 22:26:25 +01:00
parent cba504e55c
commit d519957283

View File

@ -246,7 +246,7 @@ function boot() {
window.runOnSmartphonesBeforeBoot(); window.runOnSmartphonesBeforeBoot();
// overwrite default Leaflet Marker icon to be a neutral color // overwrite default Leaflet Marker icon to be a neutral color
var base = 'https://raw.github.com/breunigs/ingress-intel-total-conversion/gh-pages/dist/images/'; var base = 'http://breunigs.github.com/ingress-intel-total-conversion/dist/images/';
L.Icon.Default.imagePath = base; L.Icon.Default.imagePath = base;
window.iconEnl = L.Icon.Default.extend({options: { iconUrl: base + 'marker-green.png' } }); window.iconEnl = L.Icon.Default.extend({options: { iconUrl: base + 'marker-green.png' } });