mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-14 01:24:19 +02:00
Replace jQuery with vanilla JS
This commit is contained in:
@@ -93,7 +93,7 @@ const Button = (($) => {
|
|||||||
$(this._element).trigger('change')
|
$(this._element).trigger('change')
|
||||||
}
|
}
|
||||||
|
|
||||||
$(input).trigger('focus')
|
input.focus()
|
||||||
}
|
}
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
Reference in New Issue
Block a user