make active selector more specific #2043 and rebuild
This commit is contained in:
parent
4a276b1620
commit
2d3a0babd2
7 changed files with 31 additions and 18 deletions
2
js/bootstrap-carousel.js
vendored
2
js/bootstrap-carousel.js
vendored
|
|
@ -46,7 +46,7 @@
|
|||
}
|
||||
|
||||
, to: function (pos) {
|
||||
var $active = this.$element.find('.active')
|
||||
var $active = this.$element.find('.item.active')
|
||||
, children = $active.parent().children()
|
||||
, activePos = children.index($active)
|
||||
, that = this
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue