Delete vehicles.js

This commit is contained in:
2017-02-14 14:42:13 -05:00
committed by GitHub
parent eb583f78ec
commit d3475a9b53

View File

@@ -1,10 +0,0 @@
function customerSelected() {
customer_id = $('issue_customer_id').getValue();
console.log(customer_id);
}
document.observe('dom:loaded', function() {
customerSelected();
$('issue_customer_id').observe('change', customerSelected);
});