Kaldari has submitted this change and it was merged. Change subject: (bug 37073) Make sure copyMetadataCrtlDiv exists and is correct ......................................................................
(bug 37073) Make sure copyMetadataCrtlDiv exists and is correct Because it is possible to remove uploads after the details interface has been created, sometimes copyMetadataCrtlDiv was not present anymore. This delays the creation of the interface until it is needed. This fixes a JS exception that caused the Next button not to show up for users, a bug reported once a day on UW feedback page. PS2: Adding bug ticket to commit msg. PS3: Add a function description and a ; Change-Id: I28fb937e1af1faa072c4452655fe2964af2c21ed --- M resources/mw.UploadWizard.js M resources/mw.UploadWizardDetails.js 2 files changed, 67 insertions(+), 64 deletions(-) Approvals: Kaldari: Verified; Looks good to me, approved -- To view, visit https://gerrit.wikimedia.org/r/30443 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I28fb937e1af1faa072c4452655fe2964af2c21ed Gerrit-PatchSet: 3 Gerrit-Project: mediawiki/extensions/UploadWizard Gerrit-Branch: master Gerrit-Owner: TheDJ <[email protected]> Gerrit-Reviewer: Brian Wolff <[email protected]> Gerrit-Reviewer: Drecodeam <[email protected]> Gerrit-Reviewer: Kaldari <[email protected]> Gerrit-Reviewer: MarkTraceur <[email protected]> Gerrit-Reviewer: Matmarex <[email protected]> Gerrit-Reviewer: Sumanah <[email protected]> Gerrit-Reviewer: TheDJ <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
