Update application.js

This commit is contained in:
2017-03-22 18:56:44 -04:00
committed by GitHub
parent 8b21b0ff75
commit 6a74baff5e

View File

@@ -6,6 +6,6 @@ $(function() {
type: "GET",
data: { selected_customer: $("input#issue_customer").val() }
});
});
}
});
});