r89357 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r89356‎ | r89357 | r89358 >
Date:20:03, 2 June 2011
Author:catrope
Status:reverted
Tags:
Comment:
1.17wmf1: Commit live hack to disable join CTAs
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
@@ -237,7 +237,9 @@
238238 },
239239 'join': {
240240 'condition': function() {
241 - return isPitchVisible( 'join' ) && mw.user.anonymous();
 241+ //return isPitchVisible( 'join' ) && mw.user.anonymous();
 242+ // Temp hack to disable join CTAs --roan Jun 2 2011
 243+ return false;
242244 },
243245 'action': function() {
244246 // Mute for 1 day

Follow-up revisions

RevisionCommit summaryAuthorDate
r894451.17wmf1: Revert live hack in r89357catrope21:10, 3 June 2011

Status & tagging log