Index: trunk/extensions/UploadWizard/resources/mw.UploadWizard.js |
— | — | @@ -529,6 +529,8 @@ |
530 | 530 | */ |
531 | 531 | createInterface: function( selector ) { |
532 | 532 | var _this = this; |
| 533 | + |
| 534 | + $j( '#mwe-first-spinner' ).hide(); |
533 | 535 | |
534 | 536 | // construct the arrow steps from the UL in the HTML |
535 | 537 | $j( '#mwe-upwiz-steps' ) |
Index: trunk/extensions/UploadWizard/SpecialUploadWizard.php |
— | — | @@ -192,6 +192,9 @@ |
193 | 193 | return |
194 | 194 | '<div id="upload-wizard" class="upload-section">' |
195 | 195 | |
| 196 | + // display spinner until interface is styled and unhidden |
| 197 | + . '<div class="mwe-upwiz-status-progress" id="mwe-first-spinner" style="height:200px;"></div>' |
| 198 | + |
196 | 199 | // the arrow steps - hide until styled |
197 | 200 | . '<ul id="mwe-upwiz-steps" style="display:none;">' |
198 | 201 | . '<li id="mwe-upwiz-step-tutorial"><div>' . wfMsg( 'mwe-upwiz-step-tutorial' ) . '</div></li>' |