From d9e8b1c5fc22e06d6dd4f403ebf9709a1b491a46 Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Thu, 28 Mar 2013 13:16:04 -0400 Subject: index: add smoothscroll to front page --- js/bootswatch.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js') 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 ($) { -- cgit v1.2.3