MDL-44929 Javascript: Import YUI 3.17.2
This commit is contained in:
+2
-4
@@ -352,17 +352,15 @@ if (!defined('AJAX_SCRIPT')) {
|
||||
|
||||
// Exact version of currently used yui2 and 3 library.
|
||||
$CFG->yui2version = '2.9.0';
|
||||
$CFG->yui3version = '3.15.0';
|
||||
$CFG->yui3version = '3.17.2';
|
||||
|
||||
// Patching the upstream YUI release.
|
||||
// For important information on patching YUI modules, please see http://docs.moodle.org/dev/YUI/Patching.
|
||||
// If we need to patch a YUI modules between official YUI releases, the yuipatchlevel will need to be manually
|
||||
// incremented here. The module will also need to be listed in the yuipatchedmodules.
|
||||
// When upgrading to a subsequent version of YUI, these should be reset back to 0 and an empty array.
|
||||
$CFG->yuipatchlevel = 1;
|
||||
$CFG->yuipatchlevel = 0;
|
||||
$CFG->yuipatchedmodules = array(
|
||||
'dd-drag',
|
||||
'dd-gestures',
|
||||
);
|
||||
|
||||
// Store settings from config.php in array in $CFG - we can use it later to detect problems and overrides.
|
||||
|
||||
Reference in New Issue
Block a user