use GitHub pages path again, let’s see if their rate limit and caching behaviour is better
This commit is contained in:
parent
cba504e55c
commit
d519957283
@ -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' } });
|
||||||
|
Loading…
x
Reference in New Issue
Block a user