Commit dab6a4f0 authored by Mark Otto's avatar Mark Otto
Browse files

scope anchorjs to immediate children, fixes #16129

parent d87b7a03
Showing with 1 addition and 1 deletion
+1 -1
...@@ -176,5 +176,5 @@ ...@@ -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');
})(); })();
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment