Do not limit Shift/clicking checkboxes to .widefat tables

git-svn-id: https://develop.svn.wordpress.org/trunk@9633 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2008-11-12 10:42:31 +00:00
parent 6b1aec92f5
commit 952c35b7cc
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ jQuery(document).ready( function($) {
// check all checkboxes
var lastClicked = false;
$( 'table.widefat tbody .check-column :checkbox' ).click( function(e) {
$( 'table:visible tbody .check-column :checkbox' ).click( function(e) {
if ( 'undefined' == e.shiftKey ) { return true; }
if ( e.shiftKey ) {
if ( !lastClicked ) { return true; }