aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/js/application.js
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-01-15 14:30:00 -0800
committerMark Otto <[email protected]>2013-01-15 14:30:00 -0800
commit267690eb1bd0192338b07c6d4ed2f5b25d2fc143 (patch)
tree9d59c9543f37d7d9f55fd385adf7a425cd8a405b /docs/assets/js/application.js
parent09696143e0301e30b931467a40d13a6d357dac07 (diff)
downloadbootstrap-267690eb1bd0192338b07c6d4ed2f5b25d2fc143.tar.xz
bootstrap-267690eb1bd0192338b07c6d4ed2f5b25d2fc143.zip
docs changes, more type improvements, add grid system basics back
Diffstat (limited to 'docs/assets/js/application.js')
-rw-r--r--docs/assets/js/application.js12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/assets/js/application.js b/docs/assets/js/application.js
index cc442ade4..4fd6d3617 100644
--- a/docs/assets/js/application.js
+++ b/docs/assets/js/application.js
@@ -34,12 +34,12 @@
})
// add tipsies to grid for scaffolding
- if ($('#gridSystem').length) {
- $('#gridSystem').tooltip({
- selector: '.show-grid > div:not(.tooltip)'
- , title: function () { return $(this).width() + 'px' }
- })
- }
+ // if ($('#gridSystem').length) {
+ // $('#gridSystem').tooltip({
+ // selector: '.show-grid > div:not(.tooltip)'
+ // , title: function () { return $(this).width() + 'px' }
+ // })
+ // }
// tooltip demo
$('.tooltip-demo').tooltip({