2,664
edits
No edit summary |
(Change made to location-map.html to move the +/- buttons off of alaska.) |
||
Line 387: | Line 387: | ||
locationMap.rel = 'import'; | locationMap.rel = 'import'; | ||
/* CHANGE NEEDED: replace URL below every time the location-map.html is changed */ | /* CHANGE NEEDED: replace URL below every time the location-map.html is changed */ | ||
locationMap.href = 'https://gist.githubusercontent.com/ahancey/a86414a07c7c1466cc36ffb790a0817d/raw/ | locationMap.href = 'https://gist.githubusercontent.com/ahancey/a86414a07c7c1466cc36ffb790a0817d/raw/52bc76b6391667ef55d68daf5e0a5be4e0efb066/location-map.html'; | ||
var s = document.getElementsByTagName('script')[0]; | var s = document.getElementsByTagName('script')[0]; | ||
s.parentNode.insertBefore(locationMap, s); | s.parentNode.insertBefore(locationMap, s); |
edits