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 +2 -3 2.0.22.1.21 View file →
@@ -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' );