MDL-69680 lib: Update jQuery version in Moodle files

This commit is contained in:
Ilya Tregubov
2021-03-04 12:47:44 +08:00
committed by Adrian Greeve
parent c2cddf3c25
commit a5edc8cb89
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')),
);