From ef1fc34e616a0efda482ec54247a84d589244d55 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Wed, 9 Oct 2013 19:29:25 -0700 Subject: [PATCH] use data-ride="carousel" in the docs & examples; fixes #11005 --- docs-assets/js/application.js | 3 --- examples/carousel/index.html | 2 +- javascript.html | 6 +++--- 3 files changed, 4 insertions(+), 7 deletions(-) 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 @@ -