Index: trunk/extensions/UploadWizard/resources/mw.UploadWizardDeed.js |
— | — | @@ -471,8 +471,7 @@ |
472 | 472 | |
473 | 473 | $j( deedChooser.$selector.find( '.mwe-upwiz-license-special-delete' ) ).each( function() { |
474 | 474 | $j( this ).append( |
475 | | - $j( '<button></button>' ) |
476 | | - .attr( 'type', 'button' ) |
| 475 | + $j( '<button type="button"></button>' ) |
477 | 476 | .msg( 'mwe-upwiz-license-none-applicable', deedChooser.uploads.length ) |
478 | 477 | .button() |
479 | 478 | .addClass( 'ui-button-text ui-button-textonly' ) |