MediaWiki:Common.js: Difference between revisions

no edit summary
No edit summary
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/ecollett1/6acc6d3d51f82f9b142e7f5274ae8592/raw/faf8dccb0ba5eb5ad3fc254379f812a43a77d885/location-map.html';
         locationMap.href = 'https://gist.githubusercontent.com/ecollett1/6acc6d3d51f82f9b142e7f5274ae8592/raw/1d8c8c951ee27eeddac37b28ad454fea3f341d59/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);