Make WordPress Core

Changeset 9048


Ignore:
Timestamp:
10/01/2008 09:07:16 PM (16 years ago)
Author:
markjaquith
Message:

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

Location:
trunk/wp-includes
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • 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);
  • trunk/wp-includes/script-loader.php

    r9037 r9048  
    106106    $scripts->add( 'schedule', '/wp-includes/js/jquery/jquery.schedule.js', array('jquery'), '20');
    107107    $scripts->add( 'jquery-hotkeys', '/wp-includes/js/jquery/jquery.hotkeys.js', array('jquery'), '0.0.2' );
    108     $scripts->add( 'jquery-table-hotkeys', '/wp-includes/js/jquery/jquery.table-hotkeys.js', array('jquery', 'jquery-hotkeys'), '20080829' );
     108    $scripts->add( 'jquery-table-hotkeys', '/wp-includes/js/jquery/jquery.table-hotkeys.js', array('jquery', 'jquery-hotkeys'), '20081001' );
    109109    $scripts->add( 'thickbox', '/wp-includes/js/thickbox/thickbox.js', array('jquery'), '3.1-20080430');
    110110    $scripts->add( 'swfupload', '/wp-includes/js/swfupload/swfupload.js', false, '2.0.2-20080430');
Note: See TracChangeset for help on using the changeset viewer.