update URLs to point to my github page + dist server
This commit is contained in:
@ -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' } });
|
||||
|
Reference in New Issue
Block a user