Remove 'Свой вариант без БВС' option from trip selection dropdown
This option was displayed in the form dropdown, but users can still suggest custom trips through the 'bvs_number' textarea field.
This commit is contained in:
@@ -67,12 +67,6 @@ class TripFormLoader {
|
|||||||
select.appendChild(option);
|
select.appendChild(option);
|
||||||
});
|
});
|
||||||
|
|
||||||
// Добавляем статичную опцию "Свой вариант без БВС"
|
|
||||||
const customOption = document.createElement('option');
|
|
||||||
customOption.value = 'Свой вариант без БВС';
|
|
||||||
customOption.textContent = 'Свой вариант без БВС';
|
|
||||||
select.appendChild(customOption);
|
|
||||||
|
|
||||||
console.log(`✅ Dropdown формы заполнен: ${activeTrips.length} активных поездок`);
|
console.log(`✅ Dropdown формы заполнен: ${activeTrips.length} активных поездок`);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user