2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-27 14:46:01 +03: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
+1 -1
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');
})();