Merge remote-tracking branch 'origin/main'

This commit is contained in:
2023-08-29 12:42:19 +03:00
9 changed files with 26 additions and 16 deletions

View File

@@ -999,12 +999,12 @@
.carrier_inf_moving.left{
width: 41%;
width: 40%;
float: left;
text-align: left;
}
.carrier_inf_moving.right{
width: 41%;
width: 40%;
float: right;
text-align: right;
}

View File

@@ -350,6 +350,10 @@ function sendRoute(el, routeID = null){
let list_of_elements_form = document.querySelectorAll(".el_form_b_new_route");
let obj_w_el_form = {}
for (let i = 0;i < list_of_elements_form.length;i++) {
// let id_el = list_of_elements_form[i].id
// if (id_el){
// if (id_el === "")
// }
let name_attr = list_of_elements_form[i].attributes["name"]
if (name_attr) {
let name_el = name_attr.value