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() }