MediaWiki:Common.js: Difference between revisions

Removed console log from Guided Research Map
(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/8ff8d398051c7fae0cf31bb99bab0a31f28c45ad/location-map.html';
         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);