MDL-34352 Convert chooserdialogue IDs to classes

This commit is contained in:
Andrew Robert Nicols 2012-07-16 10:28:27 +01:00
parent 3294034b80
commit 0a2fb91003
3 changed files with 6 additions and 8 deletions

View file

@ -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);