Merge branch 'MDL-72286-master-test' of git://github.com/rezaies/moodle

This commit is contained in:
Eloy Lafuente (stronk7) 2021-09-06 23:57:27 +02:00
commit fa67938486
4 changed files with 4 additions and 1 deletions

View File

@ -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>' +

File diff suppressed because one or more lines are too long

View File

@ -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>' +

View File

@ -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>' +