2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03: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
+1 -4
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')