mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
restore docs kill links js
This commit is contained in:
parent
03b6c35b5d
commit
cd592725cb
1 changed files with 5 additions and 0 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Reference in a new issue