Update vehicles.js.coffee

This commit is contained in:
2016-08-03 22:28:31 -04:00
committed by GitHub
parent 30ceea7fd5
commit 3e6286da7c

View File

@@ -4,6 +4,7 @@
$ ->
$(document).on 'change', '#issue_customer_id', (evt) ->
$window.alert("Customer Changed");
$.ajax 'update_vehicles',
type: 'GET'
dataType: 'script'