mirror of
https://github.com/moodle/moodle.git
synced 2025-04-22 08:55:15 +02:00
Merge branch 'MDL-33891-master-1' of git://git.luns.net.uk/moodle
This commit is contained in:
commit
5649520d9b
4
lib/yui/chooserdialogue/chooserdialogue.js
vendored
4
lib/yui/chooserdialogue/chooserdialogue.js
vendored
@ -249,8 +249,8 @@ YUI.add('moodle-core-chooserdialogue', function(Y) {
|
||||
},
|
||||
|
||||
hide : function() {
|
||||
// Detach the global keypress handler before hiding
|
||||
Y.one('document').detach('keyup', this.handle_key_press, this);
|
||||
// Cancel all listen events
|
||||
this.cancel_listenevents();
|
||||
|
||||
// Re-enable the page scrollbars
|
||||
if (Y.UA.ie > 0) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user