auto-sync: 2026-05-05 18:50:01
This commit is contained in:
3
tasks/enduro-trails/prototype/static/app.js
vendored
3
tasks/enduro-trails/prototype/static/app.js
vendored
@@ -459,7 +459,8 @@ function addWaypointMode() {
|
||||
// ─── Маркеры точек ─────────────────────────────────────────────────
|
||||
function createWaypointMarkerEl(index, total) {
|
||||
const el = document.createElement('div');
|
||||
el.className = 'route-waypoint-marker marker-anim';
|
||||
el.className = 'route-waypoint-marker';
|
||||
el.style.animation = 'none';
|
||||
|
||||
let bg, label;
|
||||
if (index === 0) {
|
||||
|
||||
Reference in New Issue
Block a user