Move airport API lookups into unauthenticated calls

This commit is contained in:
Nabeel Shahzad
2018-01-02 10:53:25 -06:00
parent 6e4acd2e28
commit 2325573c50
2 changed files with 5 additions and 5 deletions

View File

@@ -16,7 +16,7 @@ function changeStatus(values) {
});
}
//$(document).ready(function() {
$(document).ready(function() {
$(document).on('submit', 'form.pirep_submit_status', function (event) {
console.log(event);
@@ -34,6 +34,6 @@ function changeStatus(values) {
changeStatus(values);
});
//});
});
</script>
@endsection