Show
Ignore:
Timestamp:
10/01/08 21:07:16 (2 months ago)
Author:
markjaquith
Message:

Skip past tfoot as well as thead when doing comment moderation keyboard shortcut highlighting

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-includes/js/jquery/jquery.table-hotkeys.js

    r8804 r9048  
    9090        destructive_suffix: 'destructive', hotkeys_opts: {disableInInput: true, type: 'keypress'}, 
    9191        checkbox_expr: ':checkbox', next_key: 'j', prev_key: 'k', mark_key: 'x', 
    92         start_row_index: 1, highlight_first: false, highlight_last: false, next_page_link_cb: false, prev_page_link_cb: false}; 
     92        start_row_index: 2, highlight_first: false, highlight_last: false, next_page_link_cb: false, prev_page_link_cb: false}; 
    9393})(jQuery);