1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-28 22:39:11 +02:00

updated javascripts for first pass at single column

This commit is contained in:
Mark Otto
2012-06-05 18:25:46 -07:00
parent 53cec198c0
commit 8ee0679522
18 changed files with 3106 additions and 2458 deletions

View File

@@ -70,7 +70,7 @@
}
// tooltip demo
$('.tooltip-demo.well').tooltip({
$('.tooltip-demo').tooltip({
selector: "a[rel=tooltip]"
})