2,664
edits
m (Reverted edits by Ahancey (talk) to last revision by Ericmichaelcollett) |
No edit summary |
||
Line 386: | Line 386: | ||
var locationMap = document.createElement('link'); | var locationMap = document.createElement('link'); | ||
locationMap.rel = 'import'; | locationMap.rel = 'import'; | ||
locationMap.href = 'https://gist.githubusercontent.com/ | /* CHANGE NEEDED: replace URL below every time the location-map.html is changed */ | ||
locationMap.href = 'https://gist.githubusercontent.com/ahancey/a86414a07c7c1466cc36ffb790a0817d/raw/ea386e7d97c9dc73f687bbd6b01112101bbca9bc/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