Index: branches/wmf/1.17wmf1/extensions/UploadWizard/resources/mw.UploadWizard.js |
— | — | @@ -1164,6 +1164,11 @@ |
1165 | 1165 | $j( '#mwe-upwiz-progress' ).hide(); |
1166 | 1166 | $j( '#mwe-upwiz-add-file' ).show(); |
1167 | 1167 | |
| 1168 | + // reset buttons on the details page |
| 1169 | + $j( '#mwe-upwiz-stepdiv-details .mwe-upwiz-file-next-some-failed' ).hide(); |
| 1170 | + $j( '#mwe-upwiz-stepdiv-details .mwe-upwiz-file-next-all-failed' ).hide(); |
| 1171 | + $j( '#mwe-upwiz-stepdiv-details .mwe-upwiz-start-next' ).show(); |
| 1172 | + |
1168 | 1173 | // fix various other pages that may have state |
1169 | 1174 | $j( '#mwe-upwiz-thanks' ).html( '' ); |
1170 | 1175 | |