MarkTraceur has uploaded a new change for review.

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


Change subject: Fix bug in closure patch
......................................................................

Fix bug in closure patch

Bit of a hiccup because the latter bit of UploadWizard.js was already
in a closure that was incompatible with the new one...

Change-Id: I12d23873edff8dbf92f9a4607b1089db4aaacdcb
---
M resources/mw.UploadWizard.js
1 file changed, 0 insertions(+), 4 deletions(-)


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

diff --git a/resources/mw.UploadWizard.js b/resources/mw.UploadWizard.js
index bcf75af..7065c33 100644
--- a/resources/mw.UploadWizard.js
+++ b/resources/mw.UploadWizard.js
@@ -1390,10 +1390,6 @@
        return v === undefined || v === null || v === '';
 };
 
-} )( window.mediaWiki, jQuery );
-
-( function ( $ ) {
-
        $.fn.notify = function ( message ) {
                // could do something here with Chrome's in-browser growl-like 
notifications.
                // play a sound?

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I12d23873edff8dbf92f9a4607b1089db4aaacdcb
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/UploadWizard
Gerrit-Branch: master
Gerrit-Owner: MarkTraceur <[email protected]>

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

Reply via email to