diff --git a/docs-assets/js/application.js b/docs-assets/js/application.js
index 76c24e5a69..44b2e12ad2 100644
--- a/docs-assets/js/application.js
+++ b/docs-assets/js/application.js
@@ -90,9 +90,6 @@
btn.button('reset')
}, 3000)
})
-
- // carousel demo
- $('.bs-docs-carousel-example').carousel()
})
}(window.jQuery)
diff --git a/examples/carousel/index.html b/examples/carousel/index.html
index a57cab7452..c9a99cbd64 100644
--- a/examples/carousel/index.html
+++ b/examples/carousel/index.html
@@ -66,7 +66,7 @@
-
+
diff --git a/javascript.html b/javascript.html
index 67cc9779f0..5eb742cd24 100644
--- a/javascript.html
+++ b/javascript.html
@@ -1665,7 +1665,7 @@ $('#myCollapsible').on('hidden.bs.collapse', function () {
Examples
The slideshow below shows a generic plugin and component for cycling through elements like a carousel.
-
+
@@ -1691,7 +1691,7 @@ $('#myCollapsible').on('hidden.bs.collapse', function () {
{% highlight html %}
-
+
@@ -1727,7 +1727,7 @@ $('#myCollapsible').on('hidden.bs.collapse', function () {
Optional captions
Add captions to your slides easily with the .carousel-caption
element within any .item
. Place just about any optional HTML within there and it will be automatically aligned and formatted.