Index: trunk/extensions/UploadWizard/resources/mw.UploadWizardDeed.js |
— | — | @@ -204,7 +204,7 @@ |
205 | 205 | .growTextArea(); |
206 | 206 | _this.authorInput = $j('<textarea class="mwe-author mwe-long-textarea" name="author" rows="1" cols="40"></textarea>' ) |
207 | 207 | .growTextArea(); |
208 | | - licenseInputDiv = $j( '<div id="mwe-upwiz-deed-license-groups"></div>' ); |
| 208 | + licenseInputDiv = $j( '<div class="mwe-upwiz-deed-license-groups"></div>' ); |
209 | 209 | _this.licenseInput = new mw.UploadWizardLicenseInput( licenseInputDiv, |
210 | 210 | undefined, |
211 | 211 | mw.UploadWizard.config.licensesThirdParty, |
— | — | @@ -235,8 +235,8 @@ |
236 | 236 | .append( $j( '<label for="author" />' ).text( gM( 'mwe-upwiz-author' ) ).addHint( 'author' ), |
237 | 237 | _this.authorInput ), |
238 | 238 | $j( '<div class="mwe-upwiz-thirdparty-license" />' ) |
239 | | - .msg( 'mwe-upwiz-source-thirdparty-cases', _this.uploadCount ), |
240 | | - licenseInputDiv |
| 239 | + .append( $j( '<div></div>' ).msg( 'mwe-upwiz-source-thirdparty-cases', _this.uploadCount ) ) |
| 240 | + .append( licenseInputDiv ) |
241 | 241 | ); |
242 | 242 | |
243 | 243 | _this.$form.validate( { |