Skip to content

Commit 16a44c2

Browse files
committed
Fix dab6a4f.
1 parent 3b8e84d commit 16a44c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/assets/js/docs.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/js/src/application.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,5 +176,5 @@
176176

177177
;(function () {
178178
'use strict';
179-
addAnchors('.bs-docs-container > h1, .bs-docs-container > h2, .bs-docs-container > h3, .bs-docs-container > h4, .bs-docs-container > h5');
179+
addAnchors('.bs-docs-section > h1, .bs-docs-section > h2, .bs-docs-section > h3, .bs-docs-section > h4, .bs-docs-section > h5');
180180
})();

0 commit comments

Comments
 (0)