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></div>' ); |
| 208 | + licenseInputDiv = $j( '<div id="mwe-upwiz-deed-license-groups"></div>' ); |
209 | 209 | _this.licenseInput = new mw.UploadWizardLicenseInput( licenseInputDiv, |
210 | 210 | undefined, |
211 | 211 | mw.UploadWizard.config.licensesThirdParty, |