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

scope anchorjs to immediate children, fixes #16129

parent d87b7a03
5 merge requests!28721Hot test,!16605Test pull please ignore,!22103test,!25326Adjust examples,!16381Scope anchorjs to immediate children
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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');
})();
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