Merge branch 'MDL-42742-master' of git://github.com/damyon/moodle

This commit is contained in:
Dan Poltawski 2013-11-07 11:19:15 +08:00
commit 0b353ee03e

View File

@ -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.