Skip to content

Commit 8b05872

Browse files
authored
Merge pull request #157 from buzzclue/patch-1
use jquery from env
2 parents ae0e44c + 6502b00 commit 8b05872

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)