mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
Use jQuery 3.x by default
This commit is contained in:
parent
f0f73c6ac8
commit
7ce40653d7
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ return array(
|
||||||
'minify_scripts' => 'common',
|
'minify_scripts' => 'common',
|
||||||
'concat_scripts' => 'none',
|
'concat_scripts' => 'none',
|
||||||
'delay_compile' => 0,
|
'delay_compile' => 0,
|
||||||
'jquery_version' => 2,
|
'jquery_version' => 3,
|
||||||
),
|
),
|
||||||
'admin' => array(
|
'admin' => array(
|
||||||
'allow' => array(),
|
'allow' => array(),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue