Update application.js

This commit is contained in:
2017-11-13 21:01:17 -05:00
committed by GitHub
parent ac446723f1
commit 273bd3d6be

View File

@@ -16,7 +16,7 @@ $(function() {
$.ajax({ $.ajax({
url: "/filter_vehicles_by_customer", url: "/filter_vehicles_by_customer",
type: "GET", type: "GET",
data: { selected_customer: $("input#projects_customers_id").val() } data: { selected_customer: $("input#project_customers_id").val() }
}); });
}); });
}); });