36
edits
(Fixed Guided Research Map to navigate to Wales and England and not show counties, also fixed sizing for Firefox) |
(Removed console log from Guided Research Map) |
||
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/ecollett1/6acc6d3d51f82f9b142e7f5274ae8592/raw/ | locationMap.href = 'https://gist.githubusercontent.com/ecollett1/6acc6d3d51f82f9b142e7f5274ae8592/raw/2ca97087b8176bea44f709af025ad33f5da01df2/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