0.0.26 my routes

This commit is contained in:
SBD
2025-01-14 18:41:07 +03:00
parent a5b106edfe
commit a68d469eda

View File

@@ -71,8 +71,8 @@ function updateCargoTypeInForm(el, type_transport='') {
let html = generateRadioInput(obj)
if ($widget.firstElementChild){
$(html).insertAfter($($widget.firstElementChild))
if ($widget.lastElementChild){
$(html).insertAfter($($widget.lastElementChild))
} else {
$widget.innerHTML = html
}