Changeset 8779
- Timestamp:
- 08/30/08 00:48:37 (3 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/js/jquery/jquery.table-hotkeys.js
r8777 r8779 38 38 var make_key_callback = function(expr) { 39 39 return function() { 40 if ( null == $.table_hotkeys.current_row ) return false; 40 41 var clickable = $(expr, $.table_hotkeys.current_row).filter(':visible'); 41 42 if (!$($(clickable[0]).parent()[0]).is(':visible')) return false;
