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:
parent
6b1aec92f5
commit
952c35b7cc
|
@ -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; }
|
||||
|
|
Loading…
Reference in New Issue