MDL-42152 import YUI 3.13.0 and switch to emulated SimpleYUI
Includes @version@ fix
This commit is contained in:
committed by
Damyon Wiese
parent
562684e3a0
commit
8a47844629
+2
-2
@@ -320,9 +320,9 @@ if (!isset($CFG->umaskpermissions)) {
|
||||
}
|
||||
umask($CFG->umaskpermissions);
|
||||
|
||||
// exact version of currently used yui2 and 3 library
|
||||
// Exact version of currently used yui2 and 3 library.
|
||||
$CFG->yui2version = '2.9.0';
|
||||
$CFG->yui3version = '3.12.0';
|
||||
$CFG->yui3version = '3.13.0';
|
||||
|
||||
// Store settings from config.php in array in $CFG - we can use it later to detect problems and overrides.
|
||||
if (!isset($CFG->config_php_settings)) {
|
||||
|
||||
Reference in New Issue
Block a user