Difference between revisions of "MediaWiki:Common.js"
Line 17: | Line 17: | ||
</html>'; | </html>'; | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
}()); | }()); |
Revision as of 21:16, 17 April 2018
/* Any JavaScript here will be loaded for all users on every page load. */ /* Google Test */ $(function () { var myElement = document.getElementById('mw-test'); myElement.innerHTML = '<html> <head> <style> #map { height: 400px; width: 100%; } </style> </head> <div id="map">Hi</div> </html>'; }());