Index: branches/wmf/1.17wmf1/extensions/ArticleFeedback/modules/ext.articleFeedback/ext.articleFeedback.js |
— | — | @@ -219,7 +219,8 @@ |
220 | 220 | }, |
221 | 221 | 'pitches': { |
222 | 222 | 'survey': { |
223 | | - 'weight': 1, |
| 223 | + //'weight': 1, |
| 224 | + 'weight': 0, |
224 | 225 | 'condition': function() { |
225 | 226 | return isPitchVisible( 'survey' ); |
226 | 227 | }, |
— | — | @@ -237,7 +238,8 @@ |
238 | 239 | 'reject': 'articlefeedback-pitch-reject' |
239 | 240 | }, |
240 | 241 | 'join': { |
241 | | - 'weight': 1, |
| 242 | + //'weight': 1, |
| 243 | + 'weight': 0, |
242 | 244 | 'condition': function() { |
243 | 245 | return isPitchVisible( 'join' ) && mw.user.anonymous(); |
244 | 246 | }, |