Index: branches/js2-work/phase3/js/mwEmbed/modules/Sequencer/mw.FirefoggRender.js |
— | — | @@ -1,5 +1,5 @@ |
2 | 2 | /* |
3 | | - * Handles driving the firefogg render system |
| 3 | +* Handles driving the firefogg render system |
4 | 4 | */ |
5 | 5 | |
6 | 6 | /* |
Index: branches/js2-work/phase3/js/uploadPage.js |
— | — | @@ -30,7 +30,7 @@ |
31 | 31 | } |
32 | 32 | } ); |
33 | 33 | } ) |
34 | | - } else { |
| 34 | + } else { |
35 | 35 | // Add basic upload profile support ( http status monitoring, progress box for |
36 | 36 | // browsers that support it, etc.) |
37 | 37 | if ( $j( '#wpUploadFileURL' ).length != 0 ) { |
— | — | @@ -81,13 +81,7 @@ |
82 | 82 | |
83 | 83 | $j( '#wpSourceTypeURL' ).attr( 'checked', !set ); |
84 | 84 | $j( '#wpUploadFileURL' ).attr( 'disabled', set ); |
85 | | - |
86 | | - // If Firefogg is enabled, toggle action according to wpSourceTypeFile selection |
87 | | - if ( wgEnableFirefogg ) { |
88 | | - $j( '#wpUploadFile' ).firefogg( { |
89 | | - 'firefogg_form_action': $j( '#wpSourceTypeFile' ).attr( 'checked' ) |
90 | | - } ); |
91 | | - } |
| 85 | + |
92 | 86 | }, |
93 | 87 | /** |
94 | 88 | * Fill in a destination file-name based on a source asset name. |