From d9e8b1c5fc22e06d6dd4f403ebf9709a1b491a46 Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Thu, 28 Mar 2013 13:16:04 -0400 Subject: [PATCH] index: add smoothscroll to front page --- js/bootswatch.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/bootswatch.js b/js/bootswatch.js index b0cee89..5a9b300 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 ($) { -- 2.39.2