From: Mark Otto Date: Thu, 28 May 2015 21:08:25 +0000 (-0700) Subject: don't use anchor.js on h1s in the docs X-Git-Tag: v4.0.0-alpha~211 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=67f2e77955bc879f00b27250fbf630690372bb19;p=thirdparty%2Fbootstrap.git don't use anchor.js on h1s in the docs --- diff --git a/docs/assets/js/src/application.js b/docs/assets/js/src/application.js index bb65df5320..8e770d9d09 100644 --- a/docs/assets/js/src/application.js +++ b/docs/assets/js/src/application.js @@ -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'); })();