0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00

restore docs kill links js

This commit is contained in:
Mark Otto 2015-08-17 21:21:39 -07:00
parent 03b6c35b5d
commit cd592725cb

View File

@ -28,6 +28,11 @@
$('.tooltip-test').tooltip()
$('.popover-test').popover()
// Disable empty links in docs examples
$('.bd-example [href=#]').click(function (e) {
e.preventDefault()
})
// Config ZeroClipboard
ZeroClipboard.config({
moviePath: '/assets/flash/ZeroClipboard.swf',