mirror of
https://github.com/twbs/bootstrap.git
synced 2025-09-25 21:09:06 +02:00
Fix broke ass popovers direction example
This commit is contained in:
@@ -69,11 +69,8 @@
|
||||
})
|
||||
|
||||
// popover demo
|
||||
$("a[data-toggle=popover]")
|
||||
$("[data-toggle=popover]")
|
||||
.popover()
|
||||
.click(function(e) {
|
||||
e.preventDefault()
|
||||
})
|
||||
|
||||
// button state demo
|
||||
$('#fat-btn')
|
||||
|
Reference in New Issue
Block a user