Last modified: 2012-05-09 01:30:09 UTC
I got the following Javascript error in FireFox when trying to upload several files: _this.details.errorDuplicate is not a function Seems to be caused by line 125 in mw.UploadWizard.js: if ( result.upload.warnings.duplicate ) { var duplicates = result.upload.warnings.duplicate; _this.details.errorDuplicate( result.upload.sessionkey, duplicates ); } Looks like no errorDuplicate function is defined anywhere.
fixed in r84726