Skip to content

Commit

Permalink
Merge branch 'MDL-35919-24' of git://github.com/phalacee/moodle into …
Browse files Browse the repository at this point in the history
…MOODLE_24_STABLE
  • Loading branch information
Sam Hemelryk committed Aug 12, 2013
2 parents f568a40 + cdc4b46 commit 869a589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/yui/notification/notification.js
Expand Up @@ -30,7 +30,7 @@ var DIALOGUE = function(config) {
config.notificationBase =
C('<div class="'+CSS.BASE+'">')
.append(C('<div id="'+id+'" role="dialog" aria-labelledby="'+id+'-header-text" class="'+CSS.WRAP+'"></div>')
.append(C('<div class="'+CSS.HEADER+' yui3-widget-hd"></div>'))
.append(C('<div id="'+id+'-header-text" class="'+CSS.HEADER+' yui3-widget-hd"></div>'))
.append(C('<div class="'+CSS.BODY+' yui3-widget-bd"></div>'))
.append(C('<div class="'+CSS.FOOTER+' yui3-widget-ft"></div>')));
Y.one(document.body).append(config.notificationBase);
Expand Down

0 comments on commit 869a589

Please sign in to comment.