Skip to content

Commit

Permalink
Merge branch 'MDL-72286-master-test' of git://github.com/rezaies/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Sep 6, 2021
2 parents bf87572 + 1273c87 commit fa67938
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
Expand Up @@ -183,6 +183,7 @@ var MENUTEMPLATE = '' +
'tabindex="-1" ' +
'title="{{title}}" ' +
'aria-label="{{title}}" ' +
'type="button" ' +
'aria-haspopup="true" ' +
'aria-controls="{{id}}_menu">' +
'<span class="editor_atto_menu_icon"></span>' +
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Expand Up @@ -183,6 +183,7 @@ var MENUTEMPLATE = '' +
'tabindex="-1" ' +
'title="{{title}}" ' +
'aria-label="{{title}}" ' +
'type="button" ' +
'aria-haspopup="true" ' +
'aria-controls="{{id}}_menu">' +
'<span class="editor_atto_menu_icon"></span>' +
Expand Down
1 change: 1 addition & 0 deletions lib/editor/atto/yui/src/editor/js/editor-plugin-buttons.js
Expand Up @@ -33,6 +33,7 @@ var MENUTEMPLATE = '' +
'tabindex="-1" ' +
'title="{{title}}" ' +
'aria-label="{{title}}" ' +
'type="button" ' +
'aria-haspopup="true" ' +
'aria-controls="{{id}}_menu">' +
'<span class="editor_atto_menu_icon"></span>' +
Expand Down

0 comments on commit fa67938

Please sign in to comment.