1
0
Fork 0
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:
Patrick H. Lauke 2016-02-17 15:21:02 +00:00
parent 3c2692447c
commit 701b12bf58

View file

@ -93,7 +93,7 @@ const Button = (($) => {
$(this._element).trigger('change')
}
$(input).trigger('focus')
input.focus()
}
} else {