From 2ebc28519e4ee0a75eb62bfc85dd87d17e9a7bd7 Mon Sep 17 00:00:00 2001 From: SBD Date: Wed, 29 Nov 2023 21:23:59 +0300 Subject: [PATCH] 0.8.436 --- static/js/user_profile.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/js/user_profile.js b/static/js/user_profile.js index 7298dc7..1b87f90 100644 --- a/static/js/user_profile.js +++ b/static/js/user_profile.js @@ -552,7 +552,8 @@ function sendRoute(el, routeID = null){ document.getElementById('id_type_transport').scrollIntoView({behavior: "smooth",block:'nearest',inline:'nearest'}); sliderInit(); - + init_departure_DT() + init_arrival_DT() }