This commit is contained in:
adi 2016-10-18 18:48:59 +05:30
parent 7cc2609662
commit 70dd196e2f

View file

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