Index: trunk/phase3/js2/mwEmbed/libAddMedia/mvFirefogg.js |
— | — | @@ -819,6 +819,7 @@ |
820 | 820 | //_this.formData[ 'wpIgnoreWarning' ]='true'; |
821 | 821 | _this.formData['wpSourceType'] = 'upload'; |
822 | 822 | _this.formData['action'] = 'submit'; |
| 823 | + |
823 | 824 | // wpUploadFile is set by firefogg |
824 | 825 | delete _this.formData['file']; |
825 | 826 | |
Index: trunk/phase3/js2/mwEmbed/libAddMedia/mvBaseUploadInterface.js |
— | — | @@ -492,8 +492,8 @@ |
493 | 493 | $j( '#up-status-container' ).html( |
494 | 494 | gM( 'mwe-upload-stats-fileprogress', |
495 | 495 | [ |
496 | | - $mw.lang.formatSize( data.upload['loaded'] ), |
497 | | - $mw.lang.formatSize( data.upload['content_length'] ) |
| 496 | + mw.lang.formatSize( data.upload['loaded'] ), |
| 497 | + mw.lang.formatSize( data.upload['content_length'] ) |
498 | 498 | ] |
499 | 499 | ) |
500 | 500 | ); |
— | — | @@ -504,7 +504,7 @@ |
505 | 505 | $j( '#up-status-container' ).html( |
506 | 506 | gM( 'mwe-upload-stats-fileprogress', |
507 | 507 | [ |
508 | | - $mw.lang.formatSize( data.upload['loaded'] ), |
| 508 | + mw.lang.formatSize( data.upload['loaded'] ), |
509 | 509 | gM( 'mwe-upload-unknown-size' ) |
510 | 510 | ] |
511 | 511 | ) |