mirror of
https://github.com/twbs/bootstrap.git
synced 2025-09-01 01:21:49 +02:00
Replace ellipsis Unicode symbol with three dots. (#31774)
This commit is contained in:
@@ -177,8 +177,8 @@ Bootstrap's alert plugin exposes a few events for hooking into alert functionali
|
||||
{{< highlight js >}}
|
||||
var myAlert = document.getElementById('myAlert')
|
||||
myAlert.addEventListener('closed.bs.alert', function () {
|
||||
// do something … for instance, explicitly move focus to the most appropriate element,
|
||||
// do something, for instance, explicitly move focus to the most appropriate element,
|
||||
// so it doesn't get lost/reset to the start of the page
|
||||
// document.getElementById('…').focus()
|
||||
// document.getElementById('...').focus()
|
||||
})
|
||||
{{< /highlight >}}
|
||||
|
Reference in New Issue
Block a user