Merge remote-tracking branch 'origin/main'

This commit is contained in:
SBD
2023-12-03 14:39:16 +03:00
7 changed files with 27 additions and 7 deletions

View File

@@ -411,6 +411,19 @@ function onblurInputField(event,el){
// }
}
function clearID(el) {
el.select();
if(el.id === 'id_from_address_point_txt'){
document.getElementById('id_from_address_point').value = ''
} else if(el.id === 'id_to_address_point_txt'){
document.getElementById('id_to_address_point').value = ''
}
}
// function hideErrorMsg(el) {
// let hide_element = document.querySelector()