r89445 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r89444‎ | r89445 | r89446 >
Date:21:10, 3 June 2011
Author:catrope
Status:ok
Tags:
Comment:
1.17wmf1: Revert live hack in r89357
Modified paths:
  • /branches/wmf/1.17wmf1/extensions/ArticleFeedback/modules/ext.articleFeedback/ext.articleFeedback.js (modified) (history)

Diff [purge]

Index: branches/wmf/1.17wmf1/extensions/ArticleFeedback/modules/ext.articleFeedback/ext.articleFeedback.js
@@ -239,9 +239,7 @@
240240 'join': {
241241 'weight': 1,
242242 'condition': function() {
243 - //return isPitchVisible( 'join' ) && mw.user.anonymous();
244 - // Temp hack to disable join CTAs --roan Jun 2 2011
245 - return false;
 243+ return isPitchVisible( 'join' ) && mw.user.anonymous();
246244 },
247245 'action': function() {
248246 // Mute for 1 day

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r893571.17wmf1: Commit live hack to disable join CTAscatrope20:03, 2 June 2011

Status & tagging log