| @@ -4,9 +4,9 @@ | ||
| 4 | 4 | * @subpackage BackEnd Main Script Lib |
| 5 | 5 | * @category Scripts |
| 6 | 6 | * |
| 7 | 7 | * @author wpdevelop |
| 8 | - * @link http://oplugins.com/ | |
| 8 | + * @link https://oplugins.com/ | |
| 9 | 9 | * @email info@oplugins.com |
| 10 | 10 | * |
| 11 | 11 | * @modified 2014.09.10 |
| 12 | 12 | */ |
| @@ -249,10 +249,9 @@ | ||
| 249 | 249 | |
| 250 | 250 | var checks, first, last, checked, sliced, lastClicked = false; |
| 251 | 251 | |
| 252 | 252 | // check all checkboxes |
| 253 | - $('.wpbm_selectable_body').find('.check-column').find(':checkbox').click( function(e) { | |
| 254 | - //$('.wpbm_selectable_body').children().children('.check-column').find(':checkbox').click( function(e) { | |
| 253 | + $('.wpbm_selectable_body').find('.check-column').find(':checkbox').on( 'click', function(e) { //FixIn: 2.0.18.4 | |
| 255 | 254 | if ( 'undefined' == e.shiftKey ) { return true; } |
| 256 | 255 | if ( e.shiftKey ) { |
| 257 | 256 | if ( !lastClicked ) { return true; } |
| 258 | 257 | //checks = $( lastClicked ).closest( 'form' ).find( ':checkbox' ).filter( ':visible:enabled' ); |