Index: trunk/extensions/ArticleFeedback/modules/ext.articleFeedback/ext.articleFeedback.js |
— | — | @@ -310,10 +310,10 @@ |
311 | 311 | } |
312 | 312 | }; |
313 | 313 | |
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' ); |
316 | 316 | |
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 */ |
318 | 318 | var $tbAft = $( '<li id="t-articlefeedback"><a href="#mw-articlefeedback"></a></li>') |
319 | 319 | .find( 'a' ) |
320 | 320 | .text( mw.msg( 'articlefeedback-form-switch-label' ) ) |
— | — | @@ -334,8 +334,9 @@ |
335 | 335 | clearInterval( interval ); |
336 | 336 | } |
337 | 337 | }, 200 ); |
| 338 | + return true; |
338 | 339 | } ) |
339 | 340 | .end(); |
340 | 341 | $( '#p-tb' ).find( 'ul' ).append( $tbAft ); |
341 | | - */ |
| 342 | + |
342 | 343 | } )( jQuery ); |