Skip to content

Commit 5e2eff9

Browse files
committed
Release 1.0.7.
1 parent 6a1e581 commit 5e2eff9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bootstrap-checkbox",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
44
"authors": [
55
"vsn4ik"
66
],

dist/bootstrap-checkbox.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ if (typeof jQuery === 'undefined') {
6767
else {
6868
this.$element.change(this.render.bind(this));
6969

70-
this.$group.attr('tabindex', 0);
70+
this.$group.attr('tabindex', this.element.tabIndex);
7171

7272
if (this.element.autofocus) {
7373
this.$group.focus();

dist/bootstrap-checkbox.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)