diff --git a/js/bootstrap-scrollspy.js b/js/bootstrap-scrollspy.js index dea6e95f03..e0c74539e1 100644 --- a/js/bootstrap-scrollspy.js +++ b/js/bootstrap-scrollspy.js @@ -95,7 +95,7 @@ active = active.closest('li.dropdown').addClass('active') } - active.trigger('active') + active.trigger('activate') } }