mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 17:06:53 +02:00
Merge branch 'wip-MDL-33146-master' of git://github.com/abgreeve/moodle
This commit is contained in:
commit
5c44b03559
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ M.course.format.swap_sections = function(Y, node1, node2) {
|
||||||
COURSECONTENT : 'course-content',
|
COURSECONTENT : 'course-content',
|
||||||
LEFT : 'left',
|
LEFT : 'left',
|
||||||
SECTIONADDMENUS : 'section_add_menus',
|
SECTIONADDMENUS : 'section_add_menus',
|
||||||
WEEKDATES: 'weekdates'
|
WEEKDATES: 'sectionname'
|
||||||
};
|
};
|
||||||
|
|
||||||
var sectionlist = Y.Node.all('.'+CSS.COURSECONTENT+' '+M.course.format.get_section_selector(Y));
|
var sectionlist = Y.Node.all('.'+CSS.COURSECONTENT+' '+M.course.format.get_section_selector(Y));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue