MDL-76911 lib: Update jQuery to 3.6.4

This commit is contained in:
Huong Nguyen
2023-03-14 08:45:31 +07:00
parent 5e1df25566
commit d2ae030fa7
8 changed files with 79 additions and 23 deletions
+1 -1
View File
@@ -36,7 +36,7 @@
*/
$plugins = array(
'jquery' => array('files' => array('jquery-3.6.1.min.js')),
'jquery' => array('files' => array('jquery-3.6.4.min.js')),
'ui' => array('files' => array('ui-1.13.2/jquery-ui.min.js')),
'ui-css' => array('files' => array('ui-1.13.2/theme/smoothness/jquery-ui.min.css')),
);