Merge branch 'MDL-42742-master' of git://github.com/damyon/moodle
This commit is contained in:
Vendored
+2
-1
@@ -332,7 +332,8 @@ YUI.add('moodle-core-dragdrop', function(Y) {
|
||||
headerContent : dialogtitle,
|
||||
bodyContent : droplist,
|
||||
draggable : true,
|
||||
visible : true
|
||||
visible : true,
|
||||
centered : true
|
||||
});
|
||||
|
||||
// Focus the first drop target.
|
||||
|
||||
Reference in New Issue
Block a user