aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/js/application.js
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-02-16 02:47:15 -0800
committerMark Otto <[email protected]>2013-02-16 02:47:15 -0800
commit6d048471c47ed740453c01252ad62a42e185cb46 (patch)
tree1dfff2fc0fbd7755ba42e98837ee9b6cbd612075 /docs/assets/js/application.js
parente74fb390806a6b9a8aeb1686877e94142b4d45cb (diff)
downloadbootstrap-6d048471c47ed740453c01252ad62a42e185cb46.tar.xz
bootstrap-6d048471c47ed740453c01252ad62a42e185cb46.zip
Re-add carousel captions as optional
* They're hidden by default in the mobile-first views because otherwise they just cover up the slides * In mobile they're centered, and then are shown left aligned at larger viewports
Diffstat (limited to 'docs/assets/js/application.js')
-rw-r--r--docs/assets/js/application.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/assets/js/application.js b/docs/assets/js/application.js
index f880bc05d..dfe127164 100644
--- a/docs/assets/js/application.js
+++ b/docs/assets/js/application.js
@@ -67,7 +67,7 @@
})
// carousel demo
- $('#myCarousel').carousel()
+ $('.bs-docs-carousel-example').carousel()
// javascript build logic
var inputsComponent = $("#components.download input")