Skip to content

Commit

Permalink
use jquery from env
Browse files Browse the repository at this point in the history
Most of the times the only thing user is ever going to override is the jQuery use, have it in the env is very convenient so one can override it dynamically by simply updating value in the file.
  • Loading branch information
buzzclue authored Nov 24, 2022
1 parent ae0e44c commit 6502b00
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 6502b00

Please sign in to comment.