mirror of
https://github.com/moodle/moodle.git
synced 2025-01-29 19:50:14 +01:00
course-view MDL-21240 Fixed regression: course ajax classes need to be in the head
This commit is contained in:
parent
13fceaa4de
commit
f868c945ff
@ -161,8 +161,8 @@
|
||||
$PAGE->requires->yui2_lib('dragdrop');
|
||||
$PAGE->requires->yui2_lib('connection');
|
||||
$PAGE->requires->yui2_lib('selector');
|
||||
$PAGE->requires->js('/lib/ajax/block_classes.js');
|
||||
$PAGE->requires->js('/lib/ajax/section_classes.js');
|
||||
$PAGE->requires->js('/lib/ajax/block_classes.js', true);
|
||||
$PAGE->requires->js('/lib/ajax/section_classes.js', true);
|
||||
|
||||
// Okay, global variable alert. VERY UGLY. We need to create
|
||||
// this object here before the <blockname>_print_block()
|
||||
|
Loading…
x
Reference in New Issue
Block a user