Merge remote-tracking branch 'origin/main'
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user