mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-19580 cleanup of require css and js filepicker code
This commit is contained in:
parent
b14e77c966
commit
ff5fe31160
14 changed files with 169 additions and 121 deletions
|
@ -658,7 +658,9 @@ class required_yui_lib extends linked_requirement {
|
|||
$this->jss[] = $manager->js($jsurl, true);
|
||||
}
|
||||
foreach ($cssurls as $cssurl) {
|
||||
//$manager->css($cssurl, true);
|
||||
// this might be a bit problematic because it requires yui to be
|
||||
// requested before print_header() - this was not required in 1.9.x
|
||||
$manager->css($cssurl, true);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue