1.1.51 upd the local time check of the selected city
This commit is contained in:
@@ -350,7 +350,12 @@ function selectItemAddrPoint(id, name, ctrl_name, city_DT){
|
||||
let input_list = document.getElementsByName(ctrl_name + '_list')[0];
|
||||
let tap_txt_cont = document.querySelector("#id_" + ctrl_name);
|
||||
let local_city_time = document.querySelector(".local_city_time");
|
||||
local_city_time.innerHTML = city_DT;
|
||||
|
||||
if(ctrl_name === "from_address_point_txt"){
|
||||
local_city_time.innerHTML = city_DT;
|
||||
}
|
||||
|
||||
|
||||
tap_txt_cont.value = name;
|
||||
tap_txt_cont.setAttribute('title',name)
|
||||
let tap_cont = document.querySelector("#id_" + ctrl_name.slice(0, -4));
|
||||
|
||||
Reference in New Issue
Block a user