Difference between revisions of "MediaWiki:Common.js"
|  (Removed scripts) |  (Starting from scratch) | ||
| Line 4: | Line 4: | ||
| /* WWII Tree Memorial Map (full) */ | /* WWII Tree Memorial Map (full) */ | ||
| $(function () { | $(function () { | ||
| − | + |     var myElement = document.getElementById('mw-wwii-tree-memorial-full'); | |
| − | + |     myElement.innerHTML = '<div id=\"map\"></div><script>function initMap() {var uluru = {lat: -25.363,lng: 131.044};var map = new google.maps.Map(document.getElementById(\'map\'), {zoom: 4,center: uluru});var marker = new google.maps.Marker({position: uluru,map: map});}</script><script async defer src="https://maps.googleapis.com/maps/api/js?key= AIzaSyBy4w5FcH3HH_bXIChiuf9oM2-FqRHx1bo&callback=initMap"></script>'; | |
| − | |||
| − | |||
| }()); | }()); | ||
Revision as of 00:08, 23 April 2018
/* Any JavaScript here will be loaded for all users on every page load. */
/* WWII Tree Memorial Map (full) */
$(function () {
    var myElement = document.getElementById('mw-wwii-tree-memorial-full');
    myElement.innerHTML = '<div id=\"map\"></div><script>function initMap() {var uluru = {lat: -25.363,lng: 131.044};var map = new google.maps.Map(document.getElementById(\'map\'), {zoom: 4,center: uluru});var marker = new google.maps.Marker({position: uluru,map: map});}</script><script async defer src="https://maps.googleapis.com/maps/api/js?key= AIzaSyBy4w5FcH3HH_bXIChiuf9oM2-FqRHx1bo&callback=initMap"></script>';
}());
