MDL-36022 AJAX Remove shim on chooser dialogues

This commit is contained in:
Andrew Robert Nicols 2012-10-12 10:43:49 +01:00
parent 8cc13d417d
commit a3b6da6dfc

View File

@ -43,8 +43,7 @@ YUI.add('moodle-core-chooserdialogue', function(Y) {
draggable : true,
visible : false, // Hide by default
zindex : 100, // Display in front of other items
lightbox : true, // This dialogue should be modal
shim : true
lightbox : true // This dialogue should be modal
};
// Override with additional options