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

only prevent default of links in sections

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