jenkins-bot has submitted this change and it was merged.

Change subject: Remove $.notify
......................................................................


Remove $.notify

It doesn't *do* anything.

Change-Id: I92884789dda40e32d0e7535c96f64cb877d1a41f
Phabricator: http://fab.wmflabs.org/T462
---
M resources/mw.UploadWizard.js
1 file changed, 0 insertions(+), 9 deletions(-)

Approvals:
  Gilles: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/resources/mw.UploadWizard.js b/resources/mw.UploadWizard.js
index 8d33cbf..7882626 100644
--- a/resources/mw.UploadWizard.js
+++ b/resources/mw.UploadWizard.js
@@ -499,7 +499,6 @@
                                        upload.start();
                                },
                                function() {
-                                       $().notify( mw.message( 
'mwe-upwiz-files-complete' ).escaped() );
                                        wizard.showNext( 'file', 'stashed' );
                                }
                        );
@@ -726,7 +725,6 @@
                                upload.start();
                        },
                        function() {
-                               $().notify( mw.message( 
'mwe-upwiz-files-complete' ).escaped() );
                                wizard.showNext( 'file', 'stashed' );
                        }
                );
@@ -1314,13 +1312,6 @@
 mw.isEmpty = function( v ) {
        return v === undefined || v === null || v === '';
 };
-
-       $.fn.notify = function ( /*message*/ ) {
-               // could do something here with Chrome's in-browser growl-like 
notifications.
-               // play a sound?
-               // if the current tab does not have focus, use an alert?
-               // alert( message );
-       };
 
        $.fn.enableNextButton = function() {
                return this.find( '.mwe-upwiz-button-next' )

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I92884789dda40e32d0e7535c96f64cb877d1a41f
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/UploadWizard
Gerrit-Branch: master
Gerrit-Owner: MarkTraceur <mtrac...@member.fsf.org>
Gerrit-Reviewer: Gilles <gdu...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to