waypoints: use different name for marks vs. added waypoints
parent
d782914f88
commit
8cf4fe4705
|
|
@ -419,7 +419,7 @@ function confirmGps(s) {
|
|||
function markGps() {
|
||||
cancel_gps = false;
|
||||
gps.start_gps();
|
||||
require("textinput").input({text:"wp"}).then(key => {
|
||||
require("textinput").input({text:"mk"}).then(key => {
|
||||
confirmGps(key);
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue