From d5199572836efe35d4b743aa0710c1ab5056989d Mon Sep 17 00:00:00 2001 From: Stefan Breunig Date: Tue, 26 Feb 2013 22:26:25 +0100 Subject: [PATCH] =?UTF-8?q?use=20GitHub=20pages=20path=20again,=20let?= =?UTF-8?q?=E2=80=99s=20see=20if=20their=20rate=20limit=20and=20caching=20?= =?UTF-8?q?behaviour=20is=20better?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/boot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/boot.js b/code/boot.js index f5057163..d75d1914 100644 --- a/code/boot.js +++ b/code/boot.js @@ -246,7 +246,7 @@ function boot() { window.runOnSmartphonesBeforeBoot(); // 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; window.iconEnl = L.Icon.Default.extend({options: { iconUrl: base + 'marker-green.png' } });