1.3.1 counters in footer TRI-276

This commit is contained in:
2024-11-01 14:58:11 +03:00
parent 995733d6e3
commit cfe37ec57d
3 changed files with 41 additions and 39 deletions

View File

@@ -98,8 +98,8 @@ function init_arrival_DT (date=null,single=true,hour=true){
}
let onl_param = ""
if (window.location.href === "http://localhost:8016/ru/profile/page/create_route_for_mover/" || window.location.href === "http://localhost:8016/ru/profile/page/create_route_for_customer/"){
let onl_param = "";
if (window.location.href.includes("/create_route_for_mover") || window.location.href.includes("create_route_for_customer/")){
onl_param = "singleDatePicker"
}
let place_1 = document.querySelector("#id_arrival_DT")