Commit 7444310c authored by Jacob Thornton's avatar Jacob Thornton

only prevent default of links in sections

parent 3ed836b1
......@@ -38,7 +38,7 @@ $(function(){
// it's merely here to prevent button clicks form taking you
// away from your spot on page!!
$('[href^=#]').click(function (e) {
$('section [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