MDL-69680 lib: Update jQuery version in Moodle files

This commit is contained in:
Ilya Tregubov
2021-03-04 12:46:55 +08:00
committed by Adrian Greeve
parent 96006635fc
commit bb2179cbb7
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -36,7 +36,7 @@
*/
$plugins = array(
'jquery' => array('files' => array('jquery-3.2.1.min.js')),
'jquery' => array('files' => array('jquery-3.5.1.min.js')),
'ui' => array('files' => array('ui-1.12.1/jquery-ui.min.js')),
'ui-css' => array('files' => array('ui-1.12.1/theme/smoothness/jquery-ui.min.css')),
);