Skip to content

Commit

Permalink
Set toolbarconfigurator button "type" attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
colemanw committed Jul 19, 2015
1 parent 16dc2e0 commit 6eae58b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions samples/toolbarconfigurator/js/fulltoolbareditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,8 @@ window.ToolbarConfigurator = {};

$button.addClass( 'button-a' );

$button.setAttribute( 'type', 'button' );

if ( typeof cssClasses == 'string' ) {
cssClasses = cssClasses.split( ' ' );

Expand Down

0 comments on commit 6eae58b

Please sign in to comment.