r78575 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r78574‎ | r78575 | r78576 >
Date:19:11, 18 December 2010
Author:jeroendedauw
Status:deferred
Tags:
Comment:
Follow up to r78573
Modified paths:
  • /trunk/extensions/Push/includes/ext.push.tab.js (modified) (history)

Diff [purge]

Index: trunk/extensions/Push/includes/ext.push.tab.js
@@ -140,7 +140,6 @@
141141 .join( '|' ),
142142 },
143143 function( data ) {
144 - alert(data);
145144 if ( data.query ) {
146145 var infoDiv = $( '#targetinfo' + targetId );
147146
@@ -218,6 +217,9 @@
219218 $( '#targettemplateconflicts' + targetId ).fadeOut( 'slow' );
220219 }
221220 }
 221+ else {
 222+ $( '#targettemplateconflicts' + targetId ).fadeOut( 'fast' );
 223+ }
222224
223225 if ( $('#checkIncFiles').length != 0 && $('#checkIncFiles').attr('checked') ) {
224226 var overideFiles = [];
@@ -238,6 +240,9 @@
239241 $( '#targetfileconflicts' + targetId ).fadeOut( 'slow' );
240242 }
241243 }
 244+ else {
 245+ $( '#targetfileconflicts' + targetId ).fadeOut( 'fast' );
 246+ }
242247 }
243248
244249 function initiatePush( sender, pages, targetUrl, targetName ) {

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r78573Follow up to r78569jeroendedauw19:08, 18 December 2010

Status & tagging log