This commit is contained in:
2023-12-06 18:03:48 +03:00
parent d14a46d3d7
commit fd3612c370
3 changed files with 11 additions and 2 deletions

View File

@@ -606,6 +606,14 @@ function sendRoute(el, routeID = null){
// }
// }
function setIcon(el) {
if(el.id === 'id_departure_DT' ){
document.getElementById('id_departure_DT').style.background = 'url("/static/img/svg/IconCalendar.svg") white 98% no-repeat';
}
}