mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
active - onActivate
This commit is contained in:
parent
05e0d5f3d9
commit
384a082e8d
1 changed files with 1 additions and 1 deletions
2
js/bootstrap-scrollspy.js
vendored
2
js/bootstrap-scrollspy.js
vendored
|
@ -95,7 +95,7 @@
|
||||||
active = active.closest('li.dropdown').addClass('active')
|
active = active.closest('li.dropdown').addClass('active')
|
||||||
}
|
}
|
||||||
|
|
||||||
active.trigger('active')
|
active.trigger('activate')
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue