diff options
author | Thomas Park <thomas@thomaspark.me> | 2013-03-28 13:16:04 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2013-03-28 13:16:04 -0400 |
commit | d9e8b1c5fc22e06d6dd4f403ebf9709a1b491a46 (patch) | |
tree | e41ffea52c9c30313a0c416ae9a4e0754ef2fb55 | |
parent | c3a3cda1787e99758a9bfa599955a2b2e03a594f (diff) |
index: add smoothscroll to front page
-rw-r--r-- | js/bootswatch.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/bootswatch.js b/js/bootswatch.js index b0cee89e..5a9b3002 100644 --- a/js/bootswatch.js +++ b/js/bootswatch.js @@ -3,7 +3,7 @@ $('a[rel=tooltip]').tooltip({ }); -$('.subnav a').smoothScroll(); +$('.navbar a, .subnav a').smoothScroll(); (function ($) { |