1
0
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:
Mark Otto
2013-07-26 19:50:02 -07:00
parent 20040868c1
commit d16396f44a
2 changed files with 15 additions and 10 deletions

View File

@@ -69,11 +69,8 @@
})
// popover demo
$("a[data-toggle=popover]")
$("[data-toggle=popover]")
.popover()
.click(function(e) {
e.preventDefault()
})
// button state demo
$('#fat-btn')