From: Thomas Park Date: Thu, 28 Mar 2013 17:16:04 +0000 (-0400) Subject: index: add smoothscroll to front page X-Git-Tag: v2.3.1+1~30 X-Git-Url: http://git.roojs.org/?p=bootswatch;a=commitdiff_plain;h=d9e8b1c5fc22e06d6dd4f403ebf9709a1b491a46 index: add smoothscroll to front page --- 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 ($) {