Changeset 8779
- Timestamp:
- 08/30/2008 12:48:37 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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;
Note: See TracChangeset
for help on using the changeset viewer.