Implemented protocol-relative URLs (this is tested)

This commit is contained in:
John Du Hart 2011-03-23 16:06:37 -04:00 committed by FrozenCow
parent 2be0cd3671
commit 3c094ec87d
3 changed files with 5 additions and 5 deletions

View file

@ -15,7 +15,7 @@
<link rel="stylesheet" type="text/css" href="css/dynmap_style.css" media="screen" />
<!-- <link rel="stylesheet" type="text/css" href="css/override.css" media="screen" /> -->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
<script type="text/javascript" src="js/jquery.json.js"></script>
<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script>
<script type="text/javascript" src="js/custommarker.js"></script>