Index: trunk/extensions/UploadWizard/resources/mw.UploadWizardUploadInterface.js |
— | — | @@ -438,10 +438,10 @@ |
439 | 439 | .children() |
440 | 440 | .filter( function() { return this !== _this.div; } ) |
441 | 441 | .removeClass('hover'); |
442 | | - }, false ); |
| 442 | + } ); |
443 | 443 | $div.bind( 'mouseleave mouseout', function() { |
444 | 444 | $div.removeClass( 'hover' ); |
445 | | - }, false ); |
| 445 | + } ); |
446 | 446 | $j( _this.div ).trigger( 'filled' ); |
447 | 447 | } else { |
448 | 448 | $j( _this.div ).trigger( 'filenameAccepted' ); |