r57269 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r57268‎ | r57269 | r57270 >
Date:00:35, 2 October 2009
Author:dale
Status:deferred
Tags:
Comment:
* fixed bug in firefogg for passthough mode in upload form
Modified paths:
  • /trunk/phase3/js2/mwEmbed/libAddMedia/mvFirefogg.js (modified) (history)

Diff [purge]

Index: trunk/phase3/js2/mwEmbed/libAddMedia/mvFirefogg.js
@@ -451,8 +451,8 @@
452452 //now setup encoder settings based source type:
453453 _this.autoEncoderSettings();
454454
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){
457457 $j(_this.target_passthrough_mode).show();
458458 }else{
459459 $j(_this.target_passthrough_mode).hide();

Status & tagging log