Changeset 33349
- Timestamp:
- 07/21/2015 10:22:31 PM (9 years ago)
- Location:
- trunk/src/wp-admin/js
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/js/comment.js
r33348 r33349 10 10 if ( $timestampdiv.is( ':hidden' ) ) { 11 11 $timestampdiv.slideDown('fast'); 12 $( '#mm').focus();12 $( 'input, select', $timestampdiv.find( '.timestamp-wrap' ) ).first().focus(); 13 13 $(this).hide(); 14 14 } -
trunk/src/wp-admin/js/post.js
r33341 r33349 651 651 if ( $timestampdiv.is( ':hidden' ) ) { 652 652 $timestampdiv.slideDown('fast'); 653 $( '#mm').focus();653 $( 'input, select', $timestampdiv.find( '.timestamp-wrap' ) ).first().focus(); 654 654 $(this).hide(); 655 655 }
Note: See TracChangeset
for help on using the changeset viewer.