mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 17:36:38 +02:00
Merge branch 'wip-MDL-33482-master' of git://github.com/danpoltawski/moodle
This commit is contained in:
commit
620ecd38d2
5 changed files with 91 additions and 43 deletions
5
lib/yui/chooserdialogue/chooserdialogue.js
vendored
5
lib/yui/chooserdialogue/chooserdialogue.js
vendored
|
@ -45,8 +45,11 @@ YUI.add('moodle-core-chooserdialogue', function(Y) {
|
|||
this.overlay.render();
|
||||
|
||||
// Set useful links
|
||||
this.container = this.overlay.get('boundingBox').one('#choosercontainer');
|
||||
this.container = this.overlay.get('boundingBox').one('.choosercontainer');
|
||||
this.options = this.container.all('.option input[type=radio]');
|
||||
|
||||
// Add the chooserdialogue class to the container for styling
|
||||
this.overlay.get('boundingBox').addClass('chooserdialogue');
|
||||
},
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue