From 7ce40653d7b28172ce002f9ea1ee66f5e11f8fd1 Mon Sep 17 00:00:00 2001 From: Kijin Sung Date: Thu, 26 Feb 2026 01:23:10 +0900 Subject: [PATCH] Use jQuery 3.x by default --- common/defaults/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/defaults/config.php b/common/defaults/config.php index 8351d0056..6742f7af5 100644 --- a/common/defaults/config.php +++ b/common/defaults/config.php @@ -90,7 +90,7 @@ return array( 'minify_scripts' => 'common', 'concat_scripts' => 'none', 'delay_compile' => 0, - 'jquery_version' => 2, + 'jquery_version' => 3, ), 'admin' => array( 'allow' => array(),