mirror of
https://github.com/moodle/moodle.git
synced 2025-04-05 00:12:42 +02:00
MDL-37413 Use correct variable in chooserdialogue
This commit is contained in:
parent
9da506c2a3
commit
f96ec5ad96
2
lib/yui/chooserdialogue/chooserdialogue.js
vendored
2
lib/yui/chooserdialogue/chooserdialogue.js
vendored
@ -31,7 +31,7 @@ YUI.add('moodle-core-chooserdialogue', function(Y) {
|
||||
},
|
||||
|
||||
prepare_chooser : function () {
|
||||
if (this.overlay) {
|
||||
if (this.panel) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user