Merge branch 'MDL-33891-master-1' of git://git.luns.net.uk/moodle

This commit is contained in:
Dan Poltawski 2012-06-20 17:43:47 +08:00
commit 5649520d9b

View File

@ -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) {