r97586 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r97585‎ | r97586 | r97587 >
Date:00:27, 20 September 2011
Author:neilk
Status:ok
Tags:
Comment:
the bind API call was wrong here, but worked in jquery 1.4 by some miracle
Modified paths:
  • /trunk/extensions/UploadWizard/resources/mw.UploadWizardUploadInterface.js (modified) (history)

Diff [purge]

Index: trunk/extensions/UploadWizard/resources/mw.UploadWizardUploadInterface.js
@@ -438,10 +438,10 @@
439439 .children()
440440 .filter( function() { return this !== _this.div; } )
441441 .removeClass('hover');
442 - }, false );
 442+ } );
443443 $div.bind( 'mouseleave mouseout', function() {
444444 $div.removeClass( 'hover' );
445 - }, false );
 445+ } );
446446 $j( _this.div ).trigger( 'filled' );
447447 } else {
448448 $j( _this.div ).trigger( 'filenameAccepted' );

Status & tagging log