mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
MDL-22538 final switch to YUI 3.1.1 and 2.8.1
This commit is contained in:
parent
9b1662120f
commit
c595847d11
1 changed files with 2 additions and 2 deletions
|
@ -44,8 +44,8 @@ global $CFG;
|
||||||
$CFG->libdir = $CFG->dirroot .'/lib';
|
$CFG->libdir = $CFG->dirroot .'/lib';
|
||||||
|
|
||||||
// exact version of currently used yui2 and 3 library
|
// exact version of currently used yui2 and 3 library
|
||||||
$CFG->yui2version = '2.8.0r4';
|
$CFG->yui2version = '2.8.1';
|
||||||
$CFG->yui3version = '3.1.0';
|
$CFG->yui3version = '3.1.1';
|
||||||
|
|
||||||
// special support for highly optimised scripts that do not need libraries and DB connection
|
// special support for highly optimised scripts that do not need libraries and DB connection
|
||||||
if (defined('ABORT_AFTER_CONFIG')) {
|
if (defined('ABORT_AFTER_CONFIG')) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue