mirror of https://github.com/espruino/BangleApps
stlapview: fix back button on lap view
parent
1f30066c7d
commit
d595b5a9e1
|
@ -53,7 +53,7 @@ function view(fileName) {
|
|||
let lapMenu = {
|
||||
'': {
|
||||
'title': fileNameToDateString(fileName),
|
||||
'back': () => { E.showMenu(mainMenu); }
|
||||
'back': showMainMenu
|
||||
},
|
||||
};
|
||||
lapMenu[`Total time: ${msToHumanReadable(fileData[fileData.length - 1])}`] = () => { };
|
||||
|
|
Loading…
Reference in New Issue