Index: trunk/phase3/js2/mwEmbed/libAddMedia/mvFirefogg.js |
— | — | @@ -451,8 +451,8 @@ |
452 | 452 | //now setup encoder settings based source type: |
453 | 453 | _this.autoEncoderSettings(); |
454 | 454 | |
455 | | - //if set to passthough update the interface: |
456 | | - if(_this.encoder_settings['passthrough'] == true){ |
| 455 | + //if set to passthough update the interface (if not a form) |
| 456 | + if(_this.encoder_settings['passthrough'] == true && !_this.form_rewrite){ |
457 | 457 | $j(_this.target_passthrough_mode).show(); |
458 | 458 | }else{ |
459 | 459 | $j(_this.target_passthrough_mode).hide(); |