Update vehicles.js.coffee

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

View File

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