Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b735ed
)
MDL-21998 switching to YUI3.1.0 lib - there do not seem to be any mojor regressions...
author
Petr Skoda
<skodak@moodle.org>
Sun, 11 Apr 2010 08:50:08 +0000
(08:50 +0000)
committer
Petr Skoda
<skodak@moodle.org>
Sun, 11 Apr 2010 08:50:08 +0000
(08:50 +0000)
lib/setup.php
patch
|
blob
|
blame
|
history
diff --git
a/lib/setup.php
b/lib/setup.php
index
f6cf661
..
7f62cd3
100644
(file)
--- a/
lib/setup.php
+++ b/
lib/setup.php
@@
-45,7
+45,7
@@
$CFG->libdir = $CFG->dirroot .'/lib';
// exact version of currently used yui2 and 3 library
$CFG->yui2version = '2.8.0r4';
-$CFG->yui3version = '3.
0
.0';
+$CFG->yui3version = '3.
1
.0';
// special support for highly optimised scripts that do not need libraries and DB connection
if (defined('ABORT_AFTER_CONFIG')) {