mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Replace jQuery with vanilla JS
This commit is contained in:
parent
3c2692447c
commit
701b12bf58
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ const Button = (($) => {
|
|||
$(this._element).trigger('change')
|
||||
}
|
||||
|
||||
$(input).trigger('focus')
|
||||
input.focus()
|
||||
}
|
||||
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue