MediaWiki:Common.js: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
$(function () { | $(function () { | ||
if ( $('#hamwanMapOnThisPage').length >= 1 ) { | if ( $('#hamwanMapOnThisPage').length >= 1 ) { | ||
$('#content').before('<iframe style=" | $('#content').before('<iframe style=" width:100%;height:350px; margin-left: 11em; border: none" src="http://44.135.216.2/cacti/ocarc/embed.php"></iframe>'); | ||
//$('#content').before('<div id="hamwanMap" style=" margin-left: 11em;"></div>'); | //$('#content').before('<div id="hamwanMap" style=" margin-left: 11em;"></div>'); | ||
//$('#hamwanMap').html( '<div id="map_container" class="map_container"> <div id="map_canvas" style="width:100%;height:350px;">Loading Map... </div></div>'); | //$('#hamwanMap').html( '<div id="map_container" class="map_container"> <div id="map_canvas" style="width:100%;height:350px;">Loading Map... </div></div>'); |
Revision as of 17:54, 10 July 2017
/* Any JavaScript here will be loaded for all users on every page load. */ $(function () { if ( $('#hamwanMapOnThisPage').length >= 1 ) { $('#content').before('<iframe style=" width:100%;height:350px; margin-left: 11em; border: none" src="http://44.135.216.2/cacti/ocarc/embed.php"></iframe>'); //$('#content').before('<div id="hamwanMap" style=" margin-left: 11em;"></div>'); //$('#hamwanMap').html( '<div id="map_container" class="map_container"> <div id="map_canvas" style="width:100%;height:350px;">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 ) { //setTimeout( 5000, function() { //$.getScript("http://44.135.216.2/cacti/ocarc/js/map.js"); //}); //}); } }());