Skip to content

Commit

Permalink
Update map-script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicks57 authored Mar 22, 2024
1 parent 7e51040 commit bd91d19
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions map-script.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,3 +156,8 @@ var download = function (fileName, mimeType) {
location.href = 'data:application/octet-stream,' + encodeURIComponent(gpxtrack); // only this mime type is supported
}
}

//About button
function showInfo() {
alert("Version: 0.0.1")
}

0 comments on commit bd91d19

Please sign in to comment.