Update vehicles.js

This commit is contained in:
2016-08-03 22:39:33 -04:00
committed by GitHub
parent 0d21e2967d
commit 1581023656

View File

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