MDL-69680 lib: Update jQuery version in Moodle files

This commit is contained in:
Ilya Tregubov
2021-03-04 12:48:06 +08:00
committed by Adrian Greeve
parent a5712a54fa
commit f2e6985049
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.4.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')),
);