dev #14

Merged
sysadminix merged 51 commits from dev into main 2024-10-02 13:52:51 +03:00
Showing only changes of commit c7de08ca49 - Show all commits

View File

@@ -361,8 +361,13 @@ function selectItemAddrPoint(id, name, ctrl_name, city_DT){
let tap_cont = document.querySelector("#id_" + ctrl_name.slice(0, -4));
tap_cont.value = id;
if (local_city_time){
if (local_city_time && ctrl_name === "from_address_point_txt"){
init_departure_DT()
}
if (local_city_time && ctrl_name === "to_address_point_txt"){
init_arrival_DT()
}