index: add smoothscroll to front page
authorThomas Park <thomas@thomaspark.me>
Thu, 28 Mar 2013 17:16:04 +0000 (13:16 -0400)
committerThomas Park <thomas@thomaspark.me>
Thu, 28 Mar 2013 17:16:04 +0000 (13:16 -0400)
js/bootswatch.js

index b0cee89..5a9b300 100644 (file)
@@ -3,7 +3,7 @@ $('a[rel=tooltip]').tooltip({
 });
 
 
-$('.subnav a').smoothScroll();
+$('.navbar a, .subnav a').smoothScroll();
 
 
 (function ($) {