File tree Expand file tree Collapse file tree 12 files changed +18
-17
lines changed Expand file tree Collapse file tree 12 files changed +18
-17
lines changed Original file line number Diff line number Diff line change 1111
1212Several quick start options are available:
1313
14- * [ Download the latest release] ( https://github.com/vsn4ik/bootstrap-checkbox/archive/v1.3.1 .zip " Download Bootstrap-checkbox ") .
14+ * [ Download the latest release] ( https://github.com/vsn4ik/bootstrap-checkbox/archive/v1.3.2 .zip " Download Bootstrap-checkbox ") .
1515* Clone the repo: ` git clone https://github.com/vsn4ik/bootstrap-checkbox.git ` .
1616* Install with [ Bower] ( http://bower.io ) : ` bower install bootstrap-checkbox ` .
1717* Install with [ npm] ( https://www.npmjs.com ) : ` npm install bootstrap-checkbox ` .
Original file line number Diff line number Diff line change 11/*!
2- * Bootstrap-checkbox v1.3.1 (https://vsn4ik.github.io/bootstrap-checkbox/)
2+ * Bootstrap-checkbox v1.3.2 (https://vsn4ik.github.io/bootstrap-checkbox/)
33 * Copyright 2013-2016 Vasily A. (https://github.com/vsn4ik)
44 * Licensed under the MIT license
55 */
185185 this . $group . trigger ( 'focus' ) ;
186186 } ,
187187 click : function ( event ) {
188- var $button = $ ( event . target ) ;
188+ // Strictly event.currentTarget. Fix #19
189+ var $button = $ ( event . currentTarget ) ;
189190
190191 if ( ! $button . hasClass ( 'active' ) || this . options . switchAlways ) {
191192 this . change ( ) ;
Original file line number Diff line number Diff line change 11/*!
2- * Bootstrap-checkbox v1.3.1 (https://vsn4ik.github.io/bootstrap-checkbox/)
2+ * Bootstrap-checkbox v1.3.2 (https://vsn4ik.github.io/bootstrap-checkbox/)
33 * Copyright 2013-2016 Vasily A. (https://github.com/vsn4ik)
44 * Licensed under the MIT license
55 */
Original file line number Diff line number Diff line change 11/*!
2- * Bootstrap-checkbox v1.3.1 (https://vsn4ik.github.io/bootstrap-checkbox/)
2+ * Bootstrap-checkbox v1.3.2 (https://vsn4ik.github.io/bootstrap-checkbox/)
33 * Copyright 2013-2016 Vasily A. (https://github.com/vsn4ik)
44 * Licensed under the MIT license
55 */
Original file line number Diff line number Diff line change 11/*!
2- * Bootstrap-checkbox v1.3.1 (https://vsn4ik.github.io/bootstrap-checkbox/)
2+ * Bootstrap-checkbox v1.3.2 (https://vsn4ik.github.io/bootstrap-checkbox/)
33 * Copyright 2013-2016 Vasily A. (https://github.com/vsn4ik)
44 * Licensed under the MIT license
55 */
Original file line number Diff line number Diff line change 11/*!
2- * Bootstrap-checkbox v1.3.1 (https://vsn4ik.github.io/bootstrap-checkbox/)
2+ * Bootstrap-checkbox v1.3.2 (https://vsn4ik.github.io/bootstrap-checkbox/)
33 * Copyright 2013-2016 Vasily A. (https://github.com/vsn4ik)
44 * Licensed under the MIT license
55 */
Original file line number Diff line number Diff line change 11/*!
2- * Bootstrap-checkbox v1.3.1 (https://vsn4ik.github.io/bootstrap-checkbox/)
2+ * Bootstrap-checkbox v1.3.2 (https://vsn4ik.github.io/bootstrap-checkbox/)
33 * Copyright 2013-2016 Vasily A. (https://github.com/vsn4ik)
44 * Licensed under the MIT license
55 */
Original file line number Diff line number Diff line change 11/*!
2- * Bootstrap-checkbox v1.3.1 (https://vsn4ik.github.io/bootstrap-checkbox/)
2+ * Bootstrap-checkbox v1.3.2 (https://vsn4ik.github.io/bootstrap-checkbox/)
33 * Copyright 2013-2016 Vasily A. (https://github.com/vsn4ik)
44 * Licensed under the MIT license
55 */
Original file line number Diff line number Diff line change 11/*!
2- * Bootstrap-checkbox v1.3.1 (https://vsn4ik.github.io/bootstrap-checkbox/)
2+ * Bootstrap-checkbox v1.3.2 (https://vsn4ik.github.io/bootstrap-checkbox/)
33 * Copyright 2013-2016 Vasily A. (https://github.com/vsn4ik)
44 * Licensed under the MIT license
55 */
You can’t perform that action at this time.
0 commit comments