diff --git a/assets/javascripts/vehicles.js b/assets/javascripts/vehicles.js index 2153030..9265cf6 100644 --- a/assets/javascripts/vehicles.js +++ b/assets/javascripts/vehicles.js @@ -4,7 +4,6 @@ $ -> $(document).on 'change', '#issue_customer_id', (evt) -> - $window.alert("Customer Changed") $.ajax 'update_vehicles', type: 'GET' dataType: 'script'