0.0.38 upd sendRoute.js

This commit is contained in:
2023-07-25 13:44:56 +03:00
parent 4c569165f1
commit 7a3cb01e35
3 changed files with 31 additions and 8 deletions

View File

@@ -38,3 +38,14 @@ function sendRoute(el){
//cleaning route inputs after selection changes
function OnSelectionChange() {
document.getElementById("id_from_address_point_txt").value = '';
document.getElementById("id_to_address_point_txt").value = '';
}