mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
Replace jQuery with vanilla JS
This commit is contained in:
+1
-1
@@ -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