Remove development code and fix typo

This commit is contained in:
Sven Klomp 2016-12-20 21:14:47 +01:00
parent ffc34b62e7
commit d2ee1105fb
2 changed files with 1 additions and 4 deletions

View File

@ -25,7 +25,7 @@
<script src="../static/js/mustache.js"></script>
<script src="../static/js/moment.min.js"></script>
<script src="map_google"></script>
<script src="map_google.js"></script>
<script src="map_leaflet.js"></script>
<script src="../static/apikey.js"></script>
<script>

View File

@ -44,9 +44,6 @@ function initialize_googlemaps() {
for (var i = 1; i < parts.length - 2; i++) {
dataURL = dataURL + "/" + parts[i];
}
dataURL = "http://kantaki:8083"
dataURL = dataURL + "/api/0/locations" + location.search;
console.log("dataURL = " + dataURL);