r84220 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r84219‎ | r84220 | r84221 >
Date:00:59, 18 March 2011
Author:neilk
Status:deferred
Tags:
Comment:
checking logging levels
Modified paths:
  • /trunk/extensions/UploadWizard/resources/mw.IframeTransport.js (modified) (history)

Diff [purge]

Index: trunk/extensions/UploadWizard/resources/mw.IframeTransport.js
@@ -48,14 +48,14 @@
4949 // attach an additional handler to the form, so, when submitted, it starts showing the progress
5050 // XXX this is lame .. there should be a generic way to indicate busy status...
5151 this.$form.submit( function() {
52 - //mw.log( "mw.IframeTransport::configureForm> submitting to iframe..." );
 52+ // mw.log( "mw.IframeTransport::configureForm> submitting to iframe...", "debug" );
5353 return true;
5454 } );
5555
5656 // Set up the completion callback
5757 var _this = this;
5858 $j( '#' + this.iframeId ).load( function() {
59 - //mw.log( "mw.IframeTransport::configureForm> received result in iframe" );
 59+ // mw.log( "mw.IframeTransport::configureForm> received result in iframe", "debug" );
6060 _this.progressCb( 1.0 );
6161 _this.processIframeResult( $j( this ).get( 0 ) );
6262 } );

Status & tagging log