mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-29 21:52:22 +01:00
restore docs anchor js
This commit is contained in:
parent
b430ed19d8
commit
03b6c35b5d
@ -76,3 +76,10 @@
|
|||||||
})
|
})
|
||||||
|
|
||||||
}(jQuery)
|
}(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')
|
||||||
|
})();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user