mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-08 17:22:31 +03:00
lol we dont' have affix(refresh)
This commit is contained in:
Vendored
+1
-2
@@ -358,7 +358,6 @@
|
||||
, isCycling = this.interval
|
||||
, direction = type == 'next' ? 'left' : 'right'
|
||||
, fallback = type == 'next' ? 'first' : 'last'
|
||||
, $nextIndicator
|
||||
, that = this
|
||||
, e
|
||||
|
||||
@@ -377,7 +376,7 @@
|
||||
if (this.$indicators.length) {
|
||||
this.$indicators.find('.active').removeClass('active')
|
||||
this.$element.one('slid', function () {
|
||||
$nextIndicator = $(that.$indicators.children()[that.getActiveIndex()])
|
||||
var $nextIndicator = $(that.$indicators.children()[that.getActiveIndex()])
|
||||
$nextIndicator && $nextIndicator.addClass('active')
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user