Move airport API lookups into unauthenticated calls
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user