1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

don't use anchor.js on h1s in the docs

This commit is contained in:
Mark Otto 2015-05-28 14:08:25 -07:00
parent 7c594f2069
commit 67f2e77955

View file

@ -131,5 +131,5 @@
'use strict';
addAnchors('.bd-container > h1, .bd-container > h2, .bd-container > h3, .bd-container > h4, .bd-container > h5');
addAnchors('.bd-container > h2, .bd-container > h3, .bd-container > h4, .bd-container > h5');
})();