]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
don't use anchor.js on h1s in the docs
authorMark Otto <markdotto@gmail.com>
Thu, 28 May 2015 21:08:25 +0000 (14:08 -0700)
committerMark Otto <markdotto@gmail.com>
Thu, 28 May 2015 21:08:25 +0000 (14:08 -0700)
docs/assets/js/src/application.js

index bb65df5320fc60fc89f61b76ecd10a7acbf6b706..8e770d9d09121e8970565e726d603d4a4882f445 100644 (file)
   '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');
 })();