Changeset 31177
- Timestamp:
- 01/13/2015 02:00:15 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/js/common.js
r31173 r31177 443 443 444 444 // Show row actions on keyboard focus of its parent container element or any other elements contained within 445 $( 'td.post-title, td.title, td.comment, td.column-name, td.blogname, td.username, .dashboard-comment-wrap' ).focusin(function(){445 $( 'td.post-title, td.title, td.comment, .tags td.column-name, .bookmarks td.column-name, td.blogname, td.username, .dashboard-comment-wrap' ).focusin(function(){ 446 446 clearTimeout( transitionTimeout ); 447 447 focusedRowActions = $(this).find( '.row-actions' );
Note: See TracChangeset
for help on using the changeset viewer.