We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ae0e44c + 6502b00 commit 8b05872Copy full SHA for 8b05872
src/config/config.php
@@ -3,7 +3,7 @@
3
return [
4
//'default_namespace' => 'App\Widgets',
5
6
- 'use_jquery_for_ajax_calls' => false,
+ 'use_jquery_for_ajax_calls' => env('ARRILOT_USE_JQUERY', false),
7
8
/*
9
* Set Ajax widget middleware
0 commit comments