Changeset 9048 for trunk/wp-includes/js/jquery
- Timestamp:
- 10/01/08 21:07:16 (2 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/js/jquery/jquery.table-hotkeys.js
r8804 r9048 90 90 destructive_suffix: 'destructive', hotkeys_opts: {disableInInput: true, type: 'keypress'}, 91 91 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}; 93 93 })(jQuery);
