diff --git a/map-script.js b/map-script.js index 4fc5823..7370039 100644 --- a/map-script.js +++ b/map-script.js @@ -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") +}