r83469 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r83468
|
r83469
|
r83470
>
Date:
18:31, 7 March 2011
Author:
tparscal
Status:
ok
Tags:
Comment:
Fixed backward logic for join pitch.
Modified paths:
/trunk/extensions/ArticleFeedback/modules/ext.articleFeedback/ext.articleFeedback.js
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/ArticleFeedback/modules/ext.articleFeedback/ext.articleFeedback.js
—
—
@@ -210,7 +210,7 @@
211
211
},
212
212
'join': {
213
213
'condition': function() {
214
- return isPitchVisible( 'join' ) && !mediaWiki.user.anonymous();
214
+ return isPitchVisible( 'join' ) && mediaWiki.user.anonymous();
215
215
},
216
216
'action': function() {
217
217
// Click tracking
Status & tagging log
22:05, 20 April 2011
Krinkle
(
talk
|
contribs
)
changed the
status
of r83469
[
removed:
new
added:
ok]