mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-11 08:54:23 +01:00
scope anchorjs to immediate children, fixes #16129
This commit is contained in:
parent
d87b7a037b
commit
dab6a4f0e3
@ -176,5 +176,5 @@
|
|||||||
|
|
||||||
;(function () {
|
;(function () {
|
||||||
'use strict';
|
'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…
x
Reference in New Issue
Block a user