Skip to content

Commit 6502b00

Browse files
authored
use jquery from env
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.
1 parent ae0e44c commit 6502b00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
return [
44
//'default_namespace' => 'App\Widgets',
55

6-
'use_jquery_for_ajax_calls' => false,
6+
'use_jquery_for_ajax_calls' => env('ARRILOT_USE_JQUERY', false),
77

88
/*
99
* Set Ajax widget middleware

0 commit comments

Comments
 (0)