diff --git a/apps/mylocation/ChangeLog b/apps/mylocation/ChangeLog index ab8af7620..146e7e277 100644 --- a/apps/mylocation/ChangeLog +++ b/apps/mylocation/ChangeLog @@ -2,3 +2,4 @@ 0.02: Enhanced icon, make it bolder 0.03: Fixed issue with defaulting back to London 0.04: Fixed issue selecting Frankfurt not saved +0.05: Fixed issue with back option diff --git a/apps/mylocation/metadata.json b/apps/mylocation/metadata.json index 9182ba160..e8dc6bb26 100644 --- a/apps/mylocation/metadata.json +++ b/apps/mylocation/metadata.json @@ -4,7 +4,7 @@ "icon": "mylocation.png", "type": "app", "screenshots": [{"url":"screenshot_1.png"}], - "version":"0.04", + "version":"0.05", "description": "Sets and stores the lat and long of your preferred City or it can be set from the GPS. mylocation.json can be used by other apps that need your main location lat and lon. See README", "readme": "README.md", "tags": "tool,utility", diff --git a/apps/mylocation/mylocation.app.js b/apps/mylocation/mylocation.app.js index b9451e0fb..fd5c9cc6d 100644 --- a/apps/mylocation/mylocation.app.js +++ b/apps/mylocation/mylocation.app.js @@ -55,7 +55,7 @@ function showMainMenu() { //console.log("showMainMenu"); const mainmenu = { '': { 'title': 'My Location' }, - '{ load(); }, + '< Back': ()=>{ load(); }, 'City': { value: 0 | locations.indexOf(s.location), min: 0, max: locations.length - 1,