0.0.51
This commit is contained in:
@@ -42,11 +42,6 @@ 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 = '';
|
||||
document.getElementById("id_from_address_point").value = '';
|
||||
document.getElementById("id_to_address_point").value = '';
|
||||
|
||||
$.ajax({
|
||||
headers: { "X-CSRFToken": $('input[name=csrfmiddlewaretoken]').val() },
|
||||
url: '/ru/user_account/new_route_view/',
|
||||
|
||||
Reference in New Issue
Block a user