Skip to content

Commit

Permalink
Merge pull request #157 from buzzclue/patch-1
Browse files Browse the repository at this point in the history
use jquery from env
  • Loading branch information
arrilot committed Jan 10, 2023
2 parents ae0e44c + 6502b00 commit 8b05872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
return [
//'default_namespace' => 'App\Widgets',

'use_jquery_for_ajax_calls' => false,
'use_jquery_for_ajax_calls' => env('ARRILOT_USE_JQUERY', false),

/*
* Set Ajax widget middleware
Expand Down

0 comments on commit 8b05872

Please sign in to comment.