diff --git a/static/js/range_calendar.js b/static/js/range_calendar.js
index 4e1612c..e10ce45 100644
--- a/static/js/range_calendar.js
+++ b/static/js/range_calendar.js
@@ -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")
diff --git a/templates/blocks/b_footer.html b/templates/blocks/b_footer.html
index 56de7cd..125bc8e 100644
--- a/templates/blocks/b_footer.html
+++ b/templates/blocks/b_footer.html
@@ -101,4 +101,43 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/templates/tb_base.html b/templates/tb_base.html
index 8b3255b..b50cbcd 100644
--- a/templates/tb_base.html
+++ b/templates/tb_base.html
@@ -20,44 +20,7 @@
{% include "inter/meta_OpenGraph_Schema.html" %}
-
-
-
-
-
-
-
-
-
-
-