Ticket #33059: 33059.patch
File 33059.patch, 510 bytes (added by , 9 years ago) |
---|
-
src/wp-admin/js/post.js
650 650 $timestampdiv.siblings('a.edit-timestamp').click( function( event ) { 651 651 if ( $timestampdiv.is( ':hidden' ) ) { 652 652 $timestampdiv.slideDown('fast'); 653 $( '#mm').focus();653 $( 'input:visible, select', $timestampdiv ).first().focus(); 654 654 $(this).hide(); 655 655 } 656 656 event.preventDefault();