aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--js/bootstrap-scrollspy.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/bootstrap-scrollspy.js b/js/bootstrap-scrollspy.js
index dea6e95f0..e0c74539e 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')
}
}