mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-21 23:10:23 +00:00
Merge pull request #16381 from twbs/docs_anchors
Scope anchorjs to immediate children
This commit is contained in:
commit
421eacb1b1
1 changed files with 1 additions and 1 deletions
|
|
@ -176,5 +176,5 @@
|
|||
|
||||
;(function () {
|
||||
'use strict';
|
||||
addAnchors('.bs-docs-container h1, .bs-docs-container h2, .bs-docs-container h3, .bs-docs-container h4, .bs-docs-container h5');
|
||||
addAnchors('.bs-docs-container > h1, .bs-docs-container > h2, .bs-docs-container > h3, .bs-docs-container > h4, .bs-docs-container > h5');
|
||||
})();
|
||||
|
|
|
|||
Loading…
Reference in a new issue