diff --git a/js/toc.js b/js/toc.js index 10354f7..f7175de 100644 --- a/js/toc.js +++ b/js/toc.js @@ -14,11 +14,6 @@ $nav: $(navSelector, context), $scope: $(scopeSelector, context) }); - const body = $("body", context); - const scrollSpy = new bootstrap.ScrollSpy(body, { - target: navSelector - }); - scrollSpy.refresh(); }); } }