Index: trunk/extensions/ArticleFeedback/modules/jquery.articleFeedback/jquery.articleFeedback.js |
— | — | @@ -268,7 +268,13 @@ |
269 | 269 | // If something was invalid, reset the helpimprove-email part of the form. |
270 | 270 | // When user returns from submit, it will be clean |
271 | 271 | } else { |
272 | | - |
| 272 | + $( '#articleFeedback-expertise-on' ).removeAttr('checked').change(); |
| 273 | + context.$ui |
| 274 | + .find( '.articleFeedback-helpimprove-email' ) |
| 275 | + .val('') |
| 276 | + .end() |
| 277 | + .find( '.articleFeedback-helpimprove-email-validity' ) |
| 278 | + .remove(); |
273 | 279 | } |
274 | 280 | }, |
275 | 281 | 'executePitch': function( action ) { |