r87033 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r87032‎ | r87033 | r87034 >
Date:19:18, 27 April 2011
Author:krinkle
Status:ok
Tags:
Comment:
Remove debug from r87032.
Modified paths:
  • /trunk/extensions/ArticleFeedback/modules/ext.articleFeedback/ext.articleFeedback.js (modified) (history)

Diff [purge]

Index: trunk/extensions/ArticleFeedback/modules/ext.articleFeedback/ext.articleFeedback.js
@@ -310,10 +310,10 @@
311311 }
312312 };
313313
314 -/* Load at the bottom of the article
315 -$( '<div id="mw-articlefeedback"></div>' );.articleFeedback( config ).insertBefore( '#catlinks' );*/
 314+/* Load at the bottom of the article */
 315+$( '<div id="mw-articlefeedback"></div>' );.articleFeedback( config ).insertBefore( '#catlinks' );
316316
317 -/* Add link so users can navigate to the feedback tool from the toolbox
 317+/* Add link so users can navigate to the feedback tool from the toolbox */
318318 var $tbAft = $( '<li id="t-articlefeedback"><a href="#mw-articlefeedback"></a></li>')
319319 .find( 'a' )
320320 .text( mw.msg( 'articlefeedback-form-switch-label' ) )
@@ -334,8 +334,9 @@
335335 clearInterval( interval );
336336 }
337337 }, 200 );
 338+ return true;
338339 } )
339340 .end();
340341 $( '#p-tb' ).find( 'ul' ).append( $tbAft );
341 - */
 342+
342343 } )( jQuery );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r87032AFT JsPerf commit:...krinkle19:17, 27 April 2011

Status & tagging log