Ticket #5911: 5911-10.diff
| File 5911-10.diff, 489 bytes (added by , 18 years ago) |
|---|
-
wp-includes/js/swfupload/handlers.js
140 140 } 141 141 142 142 function uploadError(fileObj, error_code, message) { 143 alert(message);return;144 143 // first the file specific error 145 144 if ( error_code == SWFUpload.UPLOAD_ERROR.MISSING_UPLOAD_URL ) { 146 145 wpFileError(fileObj, swfuploadL10n.missing_upload_url);