mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-03 18:24:42 +00:00
JSCS hotfix
[skip sauce] [skip validator]
This commit is contained in:
parent
ed8a64c5d8
commit
b9527acc45
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@
|
|||
|
||||
// Default & dismissible popover demos
|
||||
$('.bs-docs-popover').popover()
|
||||
$('.bs-docs-popover-dismiss').popover({trigger: 'focus'})
|
||||
$('.bs-docs-popover-dismiss').popover({ trigger: 'focus' })
|
||||
|
||||
// Button state demo
|
||||
$('#loading-example-btn').click(function () {
|
||||
|
|
|
|||
Loading…
Reference in a new issue