diff options
| author | Mark Otto <[email protected]> | 2015-08-17 21:20:36 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-08-17 21:20:36 -0700 |
| commit | 03b6c35b5dee0acb11fa9412b24481eafb4aca57 (patch) | |
| tree | e397e5897a5c536d9d295bea02e76e2d73c3fff7 /docs | |
| parent | b430ed19d8ce7c7680a6abf7a86db6b244f4ed52 (diff) | |
| download | bootstrap-03b6c35b5dee0acb11fa9412b24481eafb4aca57.tar.xz bootstrap-03b6c35b5dee0acb11fa9412b24481eafb4aca57.zip | |
restore docs anchor js
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/assets/js/src/application.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/assets/js/src/application.js b/docs/assets/js/src/application.js index 6206273fd..e8432b53f 100644 --- a/docs/assets/js/src/application.js +++ b/docs/assets/js/src/application.js @@ -76,3 +76,10 @@ }) }(jQuery) + +;(function () { + 'use strict'; + + anchors.options.placement = 'left'; + anchors.add('.bd-content > h1, .bd-content > h2, .bd-content > h3, .bd-content > h4, .bd-content > h5') +})(); |
