Can't you just remove that whole line. On Tue, Apr 3, 2012 at 10:50, wesweat youshop <wesweatyous...@gmail.com>wrote:
> Hello, > > I am trying to disable twitter bootstrap's built in carousel to stop auto > cycling. I downloaded the edited bootstrap-carousel.js version from here: > https://github.com/twitter/bootstrap/commit/67f199678c6f764f2812260f42b553b22ec740f8 > > and i set the opitons as > > $('.carousel').carousel( { pause: true, interval: false }); > > But the carousel still cycles through the divs. > > Any suggestion, tip how to get it working? >