Index: branches/REL1_17/extensions/UploadWizard/resources/combined.js |
— | — | @@ -11782,7 +11782,6 @@ |
11783 | 11783 | // add an "anything else" template if needed |
11784 | 11784 | var otherInfoWikiText = $j( _this.otherInformationInput ).val().trim(); |
11785 | 11785 | if ( ! mw.isEmpty( otherInfoWikiText ) ) { |
11786 | | - wikiText += "=={{int:otherinfo}}==\n"; |
11787 | 11786 | wikiText += otherInfoWikiText + "\n\n"; |
11788 | 11787 | } |
11789 | 11788 | |
Index: branches/REL1_17/extensions/UploadWizard/resources/mw.UploadWizard.js |
— | — | @@ -1397,7 +1397,6 @@ |
1398 | 1398 | // add an "anything else" template if needed |
1399 | 1399 | var otherInfoWikiText = $j( _this.otherInformationInput ).val().trim(); |
1400 | 1400 | if ( ! mw.isEmpty( otherInfoWikiText ) ) { |
1401 | | - wikiText += "=={{int:otherinfo}}==\n"; |
1402 | 1401 | wikiText += otherInfoWikiText + "\n\n"; |
1403 | 1402 | } |
1404 | 1403 | |
Index: branches/REL1_17/extensions/UploadWizard/resources/combined.min.js |
— | — | @@ -11782,7 +11782,6 @@ |
11783 | 11783 | |
11784 | 11784 | var otherInfoWikiText=$j(_this.otherInformationInput).val().trim(); |
11785 | 11785 | if(!mw.isEmpty(otherInfoWikiText)){ |
11786 | | -wikiText+="=={{int:otherinfo}}==\n"; |
11787 | 11786 | wikiText+=otherInfoWikiText+"\n\n"; |
11788 | 11787 | } |
11789 | 11788 | |