Use jQuery 3.x by default

This commit is contained in:
Kijin Sung 2026-02-26 01:23:10 +09:00
parent f0f73c6ac8
commit 7ce40653d7

View file

@ -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(),