update URLs to point to my github page + dist server

This commit is contained in:
Jon Atkins
2013-03-16 19:43:18 +00:00
parent b74ca8469f
commit 92a8bc3dfd
6 changed files with 27 additions and 23 deletions

View File

@ -321,7 +321,7 @@ function boot() {
window.runOnSmartphonesBeforeBoot();
// overwrite default Leaflet Marker icon to be a neutral color
var base = 'https://iitcserv.appspot.com/dist/images';
var base = 'https://iitc.jonatkins.com/dist/images';
L.Icon.Default.imagePath = base;
window.iconEnl = L.Icon.Default.extend({options: { iconUrl: base + '/marker-green.png' } });