Merge branch 'MDL-30847_master' of git://github.com/dmonllao/moodle

This commit is contained in:
Dan Poltawski
2012-09-17 12:39:37 +08:00
2 changed files with 3 additions and 2 deletions

View File

@@ -1445,6 +1445,7 @@ M.util.help_icon = {
},
display_callback : function(content) {
content = '<div role="alert">' + content + '</div>';
this.overlay.set('bodyContent', content);
},