MDL-72286 editor_atto: Declare type on plugins button groups
This commit is contained in:
committed by
Shamim Rezaie
parent
707d09a568
commit
c1b68bf712
+1
@@ -182,6 +182,7 @@ var MENUTEMPLATE = '' +
|
||||
'id="{{id}}" ' +
|
||||
'tabindex="-1" ' +
|
||||
'title="{{title}}" ' +
|
||||
'type="button" ' +
|
||||
'aria-haspopup="true" ' +
|
||||
'aria-controls="{{id}}_menu">' +
|
||||
'<span class="editor_atto_menu_icon"></span>' +
|
||||
|
||||
+2
-2
File diff suppressed because one or more lines are too long
+1
@@ -182,6 +182,7 @@ var MENUTEMPLATE = '' +
|
||||
'id="{{id}}" ' +
|
||||
'tabindex="-1" ' +
|
||||
'title="{{title}}" ' +
|
||||
'type="button" ' +
|
||||
'aria-haspopup="true" ' +
|
||||
'aria-controls="{{id}}_menu">' +
|
||||
'<span class="editor_atto_menu_icon"></span>' +
|
||||
|
||||
@@ -32,6 +32,7 @@ var MENUTEMPLATE = '' +
|
||||
'id="{{id}}" ' +
|
||||
'tabindex="-1" ' +
|
||||
'title="{{title}}" ' +
|
||||
'type="button" ' +
|
||||
'aria-haspopup="true" ' +
|
||||
'aria-controls="{{id}}_menu">' +
|
||||
'<span class="editor_atto_menu_icon"></span>' +
|
||||
|
||||
Reference in New Issue
Block a user