mirror of
https://github.com/moodle/moodle.git
synced 2025-03-13 04:01:40 +01:00
Merge branch 'MDL-42742-master' of git://github.com/damyon/moodle
This commit is contained in:
commit
0b353ee03e
3
lib/yui/dragdrop/dragdrop.js
vendored
3
lib/yui/dragdrop/dragdrop.js
vendored
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user