This commit is contained in:
Aditya Agarwal 2017-05-31 19:43:55 +00:00 committed by GitHub
commit 40869f4f36

View file

@ -56,4 +56,8 @@ $(document).ready(function() {
$('body').smoothScroll({
delegateSelector: 'a.smoothscroll'
});
// Navbar collapse when clicked elsewhere
$('.navbar-toggle').blur(function() {
$(this).click();
});
});