Bartosz Dziewoński has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/228346

Change subject: Remove some dead commented-out code
......................................................................

Remove some dead commented-out code

The method this would call if uncommented doesn't even seem to exist
anymore.

Change-Id: I80d91c4ca126f6bbf41718121e8b14b06ead7540
---
M resources/mw.UploadWizardUpload.js
1 file changed, 0 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/UploadWizard 
refs/changes/46/228346/1

diff --git a/resources/mw.UploadWizardUpload.js 
b/resources/mw.UploadWizardUpload.js
index c8bb168..2ce894b 100644
--- a/resources/mw.UploadWizardUpload.js
+++ b/resources/mw.UploadWizardUpload.js
@@ -250,7 +250,6 @@
                                                $( 
'.mwe-upwiz-file-status-line-item', this.ui.visibleFilenameDiv )
                                                        .first()
                                                        .append( ' ' );
-                                                       //.append( $override ); 
See bug 39852
                                                break;
                                        default:
                                                // we have an unknown warning, 
so let's say what we know
@@ -342,8 +341,6 @@
                        this.state = 'stashed';
                        this.ui.showStashed();
                        $.publishReady( 'thumbnails.' + this.index, 'api' );
-                       // check all uploads, if they're complete, show the 
next button
-                       //this.wizard.showNext( 'file', 'stashed' ); See bug 
39852
                } else {
                        this.setError( 'noimageinfo' );
                }

-- 
To view, visit https://gerrit.wikimedia.org/r/228346
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I80d91c4ca126f6bbf41718121e8b14b06ead7540
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/UploadWizard
Gerrit-Branch: master
Gerrit-Owner: Bartosz Dziewoński <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to