mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 01:46:45 +02:00
MDL-34352 Convert chooserdialogue IDs to classes
This commit is contained in:
parent
3294034b80
commit
0a2fb91003
3 changed files with 6 additions and 8 deletions
2
course/yui/modchooser/modchooser.js
vendored
2
course/yui/modchooser/modchooser.js
vendored
|
@ -28,8 +28,6 @@ YUI.add('moodle-course-modchooser', function(Y) {
|
|||
};
|
||||
this.setup_chooser_dialogue(dialogue, header, params);
|
||||
|
||||
this.jumplink = this.container.one('#jump');
|
||||
|
||||
// Initialize existing sections and register for dynamically created sections
|
||||
this.setup_for_section();
|
||||
M.course.coursebase.register_module(this);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue