Skip to content

Commit

Permalink
there is not geolocation in geolocation.html
Browse files Browse the repository at this point in the history
  • Loading branch information
jsn13002 committed Apr 22, 2017
1 parent 78bee9b commit 6118acc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion multiplemarkers.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ function savePosition(position){
// once you get the geolocation: we proceed to getting a list of elements from my mysql database which we will use to find the array of location
</script>
var currentlocation = getLoaction();
var currentlocation = getLocation();
<!-- this is where the current location will be stored-->
<script>
Expand Down

0 comments on commit 6118acc

Please sign in to comment.