auto-sync: 2026-05-06 12:10:01
This commit is contained in:
6
tasks/enduro-trails/prototype/static/app.js
vendored
6
tasks/enduro-trails/prototype/static/app.js
vendored
@@ -445,6 +445,12 @@ function clearRoute() {
|
||||
hideMiniOnboard();
|
||||
}
|
||||
|
||||
function resetRouteFromSheet() {
|
||||
clearRoute();
|
||||
closeSheet('sheet-route');
|
||||
if (routeMode) showRouteOnboardingMini();
|
||||
}
|
||||
|
||||
function addWaypointMode() {
|
||||
if (routeWaypoints.length >= 10) return;
|
||||
if (!routeMode) {
|
||||
|
||||
Reference in New Issue
Block a user