Removed {

This commit is contained in:
2017-03-22 13:11:19 -04:00
committed by GitHub
parent b71bba473c
commit 504b9b93e4

View File

@@ -1,6 +1,6 @@
$(function() {
$("input#issue_customer").on("change", function() {
$.ajax({
$.ajax(
url: "/filter_vehicles_by_customer",
type: "GET",
data: { selected_customer: $("input#issue_customer").val() }