Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove print_r line that was breaking ajax calls #5764

Merged
merged 1 commit into from Jan 11, 2019
Merged

Conversation

jrdh
Copy link
Member

@jrdh jrdh commented Jan 11, 2019

This print_r was adding extra data to the end of a valid JSON response from the server back to the client when making an ajax request. This resulted in the client failing to parse the JSON and erroring.

Fixes: #5762

This print_r was adding extra data to the end of a valid JSON response
from the server back to the client when making an ajax request. This
resulted in the client failing to parse the JSON and erroring.
@jrdh jrdh merged commit 217a847 into master Jan 11, 2019
@PaulKiddle PaulKiddle deleted the josh/fix_bioa_ajax branch July 16, 2019 11:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant