Ticket #31610: 31610.diff
File 31610.diff, 585 bytes (added by , 10 years ago) |
---|
-
src/wp-includes/js/wp-auth-check.js
49 49 $('#wp-auth-check-form').append( frame ); 50 50 } 51 51 52 $( 'body' ).addClass( 'modal-open' ); 52 53 wrap.removeClass('hidden'); 53 54 54 55 if ( frame ) { … … 80 81 wrap.fadeOut( 200, function() { 81 82 wrap.addClass('hidden').css('display', ''); 82 83 $('#wp-auth-check-frame').remove(); 84 $( 'body' ).removeClass( 'modal-open' ); 83 85 }); 84 86 } 85 87