diff --git a/assets/javascripts/vehicles.js b/assets/javascripts/vehicles.js index 855e85e..6c9bea5 100644 --- a/assets/javascripts/vehicles.js +++ b/assets/javascripts/vehicles.js @@ -2,7 +2,6 @@ function customerSelected() { customer_id = $('issue_customer_id').getValue(); console.log(customer_id); - # update stuff } document.observe('dom:loaded', function() {