1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-25 12:59:05 +02:00

use data-ride="carousel" in the docs & examples; fixes #11005

This commit is contained in:
Chris Rebert
2013-10-09 19:29:25 -07:00
parent 4da37222cf
commit ef1fc34e61
3 changed files with 4 additions and 7 deletions

View File

@@ -90,9 +90,6 @@
btn.button('reset')
}, 3000)
})
// carousel demo
$('.bs-docs-carousel-example').carousel()
})
}(window.jQuery)