2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

Fix toast documentation page.

This commit is contained in:
Johann-S
2018-08-23 21:06:35 +02:00
committed by XhmikosR
parent 16cf76ff1a
commit 2f81ab007c
3 changed files with 134 additions and 1 deletions
@@ -24,6 +24,12 @@
$('[data-toggle="popover"]').popover()
$('.toast')
.toast({
autohide: false
})
.toast('show')
// Demos within modals
$('.tooltip-test').tooltip()
$('.popover-test').popover()