Index: branches/wmf/1.17wmf1/extensions/ArticleFeedback/modules/ext.articleFeedback/ext.articleFeedback.js |
— | — | @@ -239,9 +239,7 @@ |
240 | 240 | 'join': { |
241 | 241 | 'weight': 1, |
242 | 242 | '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(); |
246 | 244 | }, |
247 | 245 | 'action': function() { |
248 | 246 | // Mute for 1 day |