add message minimaps

This commit is contained in:
2018-04-11 20:26:33 +02:00
parent efb62fc02c
commit 2af6f5d2a2
9 changed files with 413 additions and 41 deletions

View File

@@ -5,12 +5,12 @@
<link type="image/x-icon" href="images/favicon.ico" rel="shortcut icon" />
<link type="image/png" href="images/favicon.png" rel="icon" sizes="32x32" />
<link type="text/css" href="style/spot.css" rel="stylesheet" media="all" />
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?v=3.exp&key=AIzaSyCvjTkIcB-Qh3IP5zhDcVLCMjTpHBGURFw"></script>
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?v=3.exp&amp;key=[#]GOOGLE_MAPS_API_KEY[#]"></script>
<script type="text/javascript" src="script/jquery.min.js"></script>
<script type="text/javascript" src="script/jquery.mods.js"></script>
<script type="text/javascript" src="script/spot.js"></script>
<script type="text/javascript">
var oSpot = new Spot(asGlobalVars);
var oSpot = new Spot([#]GLOBAL_VARS[#]);
$(document).ready(oSpot.init);
</script>
<title></title>