Commit d78c85c8 authored by Mark Otto's avatar Mark Otto

unfuck broke links in docs

parent 80123fc0
......@@ -15,7 +15,7 @@
offset: navHeight
})
$('[href^=#]').click(function (e) {
$('[href=#]').click(function (e) {
e.preventDefault()
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment