auto-sync: 2026-05-04 23:50:01
This commit is contained in:
11
tasks/enduro-trails/prototype/static/app.js
vendored
11
tasks/enduro-trails/prototype/static/app.js
vendored
@@ -1,3 +1,14 @@
|
||||
// ─── Общее: деактивация всех режимов ────────────────────────────────────────────
|
||||
|
||||
function deactivateAllModes() {
|
||||
if (routeMode) toggleRouteMode();
|
||||
if (rulerMode) toggleRuler();
|
||||
if (markerMode) toggleMarkerMode();
|
||||
if (typeof reconMode !== 'undefined' && reconMode) toggleReconMode();
|
||||
if (typeof linkMode !== 'undefined' && linkMode) toggleLinkMode();
|
||||
if (typeof scenicMode !== 'undefined' && scenicMode) toggleScenicMode();
|
||||
}
|
||||
|
||||
// ─── Утилиты ──────────────────────────────────────────────────────────────────
|
||||
|
||||
function formatDuration(seconds) {
|
||||
|
||||
Reference in New Issue
Block a user