PluginProbe
Booking Manager – Sync WP Booking Calendar – Import Events, Export Bookings to ICS Calendar / 2.1.21
Booking Manager – Sync WP Booking Calendar – Import Events, Export Bookings to ICS Calendar v2.1.21
2.1.22 2.1.21 2.1.20 2.1.4 2.1.5 2.1.6 2.1.7 2.1.8 2.1.9 trunk 1.1 2.0 2.0.1 2.0.10.2 2.0.11 2.0.12 2.0.13 2.0.14 2.0.15 2.0.16 2.0.17 2.0.18 2.0.2 2.0.20 2.0.21 All 56 releases
← All changes | js/admin.js +1 -2 2.0.12 → 2.1.21 View file →
@@ -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' );