mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-29 11:24:18 +01:00
Replace jQuery with vanilla JS
This commit is contained in:
parent
3c2692447c
commit
701b12bf58
@ -93,7 +93,7 @@ const Button = (($) => {
|
||||
$(this._element).trigger('change')
|
||||
}
|
||||
|
||||
$(input).trigger('focus')
|
||||
input.focus()
|
||||
}
|
||||
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user