Skip to content

Commit

Permalink
Comment on Issue minhur#125
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzobruni committed Oct 9, 2020
1 parent 6d9d874 commit 48540ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/bootstrap-toggle.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
: this.options.size === 'small' ? 'btn-sm'
: this.options.size === 'mini' ? 'btn-xs'
: ''
// Use button instead of lael for tab-key access
// Issue #125
var $toggleOn = $('<button class="btn">').html(this.options.on)
.addClass(this._onstyle + ' ' + size)
.focus($(this).closest('.input-group').addClass('focused'))
Expand Down

0 comments on commit 48540ba

Please sign in to comment.