r106040 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r106039‎ | r106040 | r106041 >
Date:16:27, 13 December 2011
Author:yonishostak
Status:ok
Tags:
Comment:
AFTv5: fix bug 33016 - use correct edit link on the CTA
Modified paths:
  • /trunk/extensions/ArticleFeedbackv5/modules/jquery.articleFeedbackv5/jquery.articleFeedbackv5.js (modified) (history)

Diff [purge]

Index: trunk/extensions/ArticleFeedbackv5/modules/jquery.articleFeedbackv5/jquery.articleFeedbackv5.js
@@ -1899,7 +1899,7 @@
19001900 .attr( 'href', mw.msg( 'articlefeedbackv5-cta1-learn-how-url' ) );
19011901
19021902 // Fill in the link
1903 - $block.find( '.articleFeedbackv5-edit-cta-link' )
 1903+ $block.find( '.articleFeedbackv5-cta-button' )
19041904 .attr(
19051905 'href',
19061906 mw.config.get( 'wgScript' ) + '?' + $.param( {

Status & tagging log