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

#1490 adds ajax_handler_auto_show to debugbar.php #1493

Merged
merged 4 commits into from
Feb 8, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update debugbar.php
adampatterson authored Oct 26, 2023
commit f87e51ce665d6332351dce36e5f02cb874993ed5
2 changes: 1 addition & 1 deletion config/debugbar.php
Original file line number Diff line number Diff line change
@@ -117,7 +117,7 @@
| Note for your request to be identified as ajax requests they must either send the header
| X-Requested-With with the value XMLHttpRequest (most JS libraries send this), or have application/json as a Accept header.
|
| By defauult `ajax_handler_auto_show` is set to true be default, changing this to false will disable the auto show once a
| By default `ajax_handler_auto_show` is set to true be default, changing this to false will disable the auto show once a
| new ajax request is detected.
*/