0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-29 21:52:22 +01:00

scope anchorjs to immediate children, fixes #16129

This commit is contained in:
Mark Otto 2015-04-27 14:16:27 -07:00
parent d87b7a037b
commit dab6a4f0e3

View File

@ -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');
})();