Index: trunk/extensions/ArticleFeedback/modules/ext.articleFeedback/ext.articleFeedback.js |
— | — | @@ -310,6 +310,9 @@ |
311 | 311 | } |
312 | 312 | }; |
313 | 313 | |
| 314 | +// Do not show if we're viewing a redirect |
| 315 | +if(mw.util.getParamValue('redirect')=='no') return false; |
| 316 | + |
314 | 317 | /* Load at the bottom of the article */ |
315 | 318 | var $aftDiv = $( '<div id="mw-articlefeedback"></div>' ).articleFeedback( config ); |
316 | 319 | |