MediaWiki:Common.js
Jump to navigation
Jump to search
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* Any JavaScript here will be loaded for all users on every page load. */ $(function () { if ( $('#hamwanMapOnThisPage').length >= 1 ) { $('#firstHeading').before('<div id="hamwanMap" style="margin-top: -18px; margin-left: -24px; margin-right: -24px;"></div>'); $('#hamwanMap').html( '<div id="map_container" class="map_container"> <div id="map_canvas" style="width:100%;height:400px;">Loading Map... </div></div>'); $.getScript("https://maps.googleapis.com/maps/api/js?key=AIzaSyDYYYa-Ux3bra8o_52tzUXd2rd_Bvlz4cQ&v=3.exp&libraries=places").done(function( script, textStatus ) { $.getScript("http://44.135.216.2/cacti/ocarc/js/map.js"); }); } }());