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:
parent
7c594f2069
commit
67f2e77955
1 changed files with 1 additions and 1 deletions
|
@ -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');
|
||||
})();
|
||||
|
|
Loading…
Reference in a new issue