diff options
Diffstat (limited to 'js/bootswatch.js')
-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 ($) { |