mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-36022 AJAX Remove shim on chooser dialogues
This commit is contained in:
parent
562dbe408e
commit
1438358686
1 changed files with 3 additions and 4 deletions
7
lib/yui/chooserdialogue/chooserdialogue.js
vendored
7
lib/yui/chooserdialogue/chooserdialogue.js
vendored
|
@ -26,10 +26,9 @@ YUI.add('moodle-core-chooserdialogue', function(Y) {
|
|||
bodyContent : bodycontent.get('innerHTML'),
|
||||
headerContent : headercontent.get('innerHTML'),
|
||||
draggable : true,
|
||||
visible : false, // Hide by default
|
||||
zindex : 100, // Display in front of other items
|
||||
lightbox : true, // This dialogue should be modal
|
||||
shim : true
|
||||
visible : false, // Hide by default.
|
||||
zindex : 100, // Display in front of other items.
|
||||
lightbox : true // This dialogue should be modal.
|
||||
}
|
||||
|
||||
// Override with additional options
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue