Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
sup
  • Loading branch information
Joel Salisbury committed Jan 21, 2016
1 parent 0ce9d77 commit 23afa71
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion js/main.js
Expand Up @@ -36,4 +36,6 @@ function showPosition(position) {
x.innerHTML = "Latitude: " + position.coords.latitude +
"<br>Longitude: " + position.coords.longitude +
"<br>Altitude: " + position.coords.altitude;
}
}

getLocation();

0 comments on commit 23afa71

Please sign in to comment.